My Project
|
Public Attributes | |
unsigned int | poll |
Additional Inherited Members | |
![]() | |
NetStruct () | |
NetStruct (const NetStruct &netStruct) | |
NetStruct (NetStruct &netStruct) | |
void | operator= (const NetStruct &netStruct) |
void | operator= (NetStruct &netStruct) |
virtual | ~NetStruct () |
virtual void | addMember (NetDat *netDat, bool alloc=false) |
void | addVar (gcp::util::DataType::Type type, void *vPtr, unsigned nEl) |
void | deserialize (const std::vector< unsigned char > &bytes) |
void | deserialize (const unsigned char *bytes) |
virtual unsigned | size () |
![]() | |
NetDat () | |
NetDat (const NetDat &netDat) | |
NetDat (NetDat &netDat) | |
void | operator= (const NetDat &netDat) |
void | operator= (NetDat &netDat) |
virtual | ~NetDat () |
virtual std::vector< unsigned char > & | getSerializedData () |
virtual void | packSerializedData (unsigned char *bytes) |
unsigned | maxSize () |
bool | send (int fd) |
bool | recv (int fd) |
![]() | |
virtual void | resize (unsigned size) |
unsigned char *const | getSerializedDataPtr () |
![]() | |
std::vector< unsigned char > | bytes_ |
unsigned | maxSize_ |