netLink C++ 11
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NMsgPack
 CArrayMsgPack::ArrayHeader representing the header and the content of a array
 CArrayHeaderMsgPack::Header representing only the header of a array
 CBinaryMsgPack::Data to represent binary/raw data elements
 CDataMsgPack::Header with a additional buffer used as body
 CDeserializerUsed to deserialize elements from a std::streambuf
 CElementAbstract class to represent one element in a MsgPack stream
 CExtendedMsgPack::Data to represent extended elements
 CHeaderMsgPack::Element to represent the header of a dynamical length element
 CMapMsgPack::MapHeader representing the header and the content of a map
 CMapHeaderMsgPack::Header representing only the header of a map
 CNumberMsgPack::Element for all types of numbers
 CPrimitiveMsgPack::Element to represent one byte primitives like booleans and null
 CSerializerUsed to serialize elements into a std::streambuf
 CStreamManagerAbstract parent class of Serializer and Deserializer
 CStringMsgPack::Data to represent strings
 NnetLink
 CExceptionNetLink Exceptions
 CMsgPackSocketSocket with MsgPack abstraction layer
 CSocketSocket and stream buffer
 CSocketManagerManages a group of Sockets