netLink C++ 11
|
▼NMsgPack | |
CArray | MsgPack::ArrayHeader representing the header and the content of a array |
CArrayHeader | MsgPack::Header representing only the header of a array |
CBinary | MsgPack::Data to represent binary/raw data elements |
CData | MsgPack::Header with a additional buffer used as body |
CDeserializer | Used to deserialize elements from a std::streambuf |
CElement | Abstract class to represent one element in a MsgPack stream |
CExtended | MsgPack::Data to represent extended elements |
CHeader | MsgPack::Element to represent the header of a dynamical length element |
CMap | MsgPack::MapHeader representing the header and the content of a map |
CMapHeader | MsgPack::Header representing only the header of a map |
CNumber | MsgPack::Element for all types of numbers |
CPrimitive | MsgPack::Element to represent one byte primitives like booleans and null |
CSerializer | Used to serialize elements into a std::streambuf |
CStreamManager | Abstract parent class of Serializer and Deserializer |
CString | MsgPack::Data to represent strings |
▼NnetLink | |
CException | NetLink Exceptions |
CMsgPackSocket | Socket with MsgPack abstraction layer |
CSocket | Socket and stream buffer |
CSocketManager | Manages a group of Sockets |