InspIRCd
3.0
|
#include <clientprotocol.h>
Public Member Functions | |
SerializedInfo (const Serializer *Ser, const TagSelection &Tagwl) | |
bool | operator== (const SerializedInfo &other) const |
Public Attributes | |
const Serializer * | serializer |
TagSelection | tagwl |
Contains information required to identify a specific version of a serialized message.
|
inline |
Constructor.
Ser | Serializer used to serialize the message. |
Tagwl | Tag whitelist used to serialize the message. |
|
inline |
Check if a SerializedInfo object is equivalent to this object.
other | Other SerializedInfo object. |