netLink C++ 11
|
This is the complete list of members for MsgPack::Map, including all inherited members.
containerDeserialized() | MsgPack::Map | protectedvirtual |
copy() const | MsgPack::Map | virtual |
deserialize(int64_t &pos, std::basic_streambuf< char > *streamBuffer, std::streamsize bytes) | MsgPack::Header | protectedvirtual |
Deserializer (defined in MsgPack::Map) | MsgPack::Map | friend |
Element() (defined in MsgPack::Element) | MsgPack::Element | inlineprotected |
elements | MsgPack::Map | protected |
getElementsMap() const | MsgPack::Map | |
getElementsVector() | MsgPack::Map | virtual |
getEndPos() const | MsgPack::Header | protectedvirtual |
getEntry(uint32_t index) const | MsgPack::Map | |
getHeaderLength() const | MsgPack::MapHeader | protectedvirtual |
getKey(uint32_t index) const | MsgPack::Map | |
getLength() const | MsgPack::MapHeader | virtual |
getSizeInBytes() const | MsgPack::Map | virtual |
getType() const | MsgPack::Header | virtual |
getValue(uint32_t index) const | MsgPack::Map | |
header | MsgPack::Header | protected |
Map() (defined in MsgPack::Map) | MsgPack::Map | inlineprotected |
Map(std::vector< std::unique_ptr< Element > > &&elements) | MsgPack::Map | |
Map(std::map< std::string, std::unique_ptr< Element > > &&elements) (defined in MsgPack::Map) | MsgPack::Map | |
MapHeader() (defined in MsgPack::MapHeader) | MsgPack::MapHeader | inlineprotected |
MapHeader(uint32_t len) | MsgPack::MapHeader | |
serialize(int64_t &pos, std::basic_streambuf< char > *streamBuffer, std::streamsize bytes) | MsgPack::Header | protectedvirtual |
Serializer (defined in MsgPack::Map) | MsgPack::Map | friend |
startDeserialize(uint8_t firstByte) | MsgPack::Header | protectedvirtual |
startSerialize() | MsgPack::Header | protectedvirtual |
toJSON(std::ostream &stream) const | MsgPack::Map | virtual |
~Element() (defined in MsgPack::Element) | MsgPack::Element | inlinevirtual |