30 static const unsigned int SIZE = 4;
32 ClassID( byte p1 = 0, byte p2 = 0, byte p3 = 0, byte clazz = 0 ) :
43 _class( right._class )
50 _class = right._class;
static void serialize(Type type, io::ByteBuffer &buffer)
int compareTo(const ClassID &right) const
bool operator==(const ClassID &right) const
ClassID & operator=(const ClassID &right)
ClassID(const ClassID &right)
static const unsigned int SIZE
std::string toString(void) const
static ClassID unserialize(io::ByteBuffer &buffer)
bool operator<(const ClassID &right) const
ClassID(byte p1=0, byte p2=0, byte p3=0, byte clazz=0)