netLink C++ 11
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CMsgPack::ElementAbstract class to represent one element in a MsgPack stream
 CMsgPack::HeaderMsgPack::Element to represent the header of a dynamical length element
 CMsgPack::ArrayHeaderMsgPack::Header representing only the header of a array
 CMsgPack::ArrayMsgPack::ArrayHeader representing the header and the content of a array
 CMsgPack::DataMsgPack::Header with a additional buffer used as body
 CMsgPack::BinaryMsgPack::Data to represent binary/raw data elements
 CMsgPack::ExtendedMsgPack::Data to represent extended elements
 CMsgPack::StringMsgPack::Data to represent strings
 CMsgPack::MapHeaderMsgPack::Header representing only the header of a map
 CMsgPack::MapMsgPack::MapHeader representing the header and the content of a map
 CMsgPack::NumberMsgPack::Element for all types of numbers
 CMsgPack::PrimitiveMsgPack::Element to represent one byte primitives like booleans and null
 CnetLink::ExceptionNetLink Exceptions
 CnetLink::SocketManagerManages a group of Sockets
 Cstd::streambuf
 CnetLink::SocketSocket and stream buffer
 CnetLink::MsgPackSocketSocket with MsgPack abstraction layer
 CMsgPack::StreamManagerAbstract parent class of Serializer and Deserializer
 CMsgPack::DeserializerUsed to deserialize elements from a std::streambuf
 CMsgPack::SerializerUsed to serialize elements into a std::streambuf