![]() |
libhomegear-base
0.7
Base library for Homegear and Homegear family modules.
|
This is the complete list of members for BaseLib::BinaryDecoder, including all inherited members.
| _ansi | BaseLib::BinaryDecoder | protected |
| _ansiConverter | BaseLib::BinaryDecoder | protected |
| BinaryDecoder()=default | BaseLib::BinaryDecoder | |
| BinaryDecoder(bool ansi) | BaseLib::BinaryDecoder | explicit |
| BinaryDecoder(BaseLib::SharedObjects *baseLib) | BaseLib::BinaryDecoder | explicit |
| BinaryDecoder(BaseLib::SharedObjects *baseLib, bool ansi) | BaseLib::BinaryDecoder | |
| decodeBinary(const std::vector< char > &encodedData, uint32_t &position) | BaseLib::BinaryDecoder | static |
| decodeBinary(const std::vector< uint8_t > &encodedData, uint32_t &position) | BaseLib::BinaryDecoder | static |
| decodeBoolean(const std::vector< char > &encodedData, uint32_t &position) | BaseLib::BinaryDecoder | static |
| decodeBoolean(const std::vector< uint8_t > &encodedData, uint32_t &position) | BaseLib::BinaryDecoder | static |
| decodeByte(const std::vector< char > &encodedData, uint32_t &position) | BaseLib::BinaryDecoder | static |
| decodeByte(const std::vector< uint8_t > &encodedData, uint32_t &position) | BaseLib::BinaryDecoder | static |
| decodeFloat(const std::vector< char > &encodedData, uint32_t &position) | BaseLib::BinaryDecoder | static |
| decodeFloat(const std::vector< uint8_t > &encodedData, uint32_t &position) | BaseLib::BinaryDecoder | static |
| decodeInteger(const std::vector< char > &encodedData, uint32_t &position) | BaseLib::BinaryDecoder | static |
| decodeInteger(const std::vector< uint8_t > &encodedData, uint32_t &position) | BaseLib::BinaryDecoder | static |
| decodeInteger64(const std::vector< char > &encodedData, uint32_t &position) | BaseLib::BinaryDecoder | static |
| decodeInteger64(const std::vector< uint8_t > &encodedData, uint32_t &position) | BaseLib::BinaryDecoder | static |
| decodeString(const std::vector< char > &encodedData, uint32_t &position) | BaseLib::BinaryDecoder | |
| decodeString(const std::vector< uint8_t > &encodedData, uint32_t &position) | BaseLib::BinaryDecoder | |
| ~BinaryDecoder()=default | BaseLib::BinaryDecoder |