This is the complete list of members for Decoder, including all inherited members.
decode(const char *buffer, size_t bufferSize) | Decoder | |
decode(const unsigned char *buffer, size_t bufferSize) | Decoder | |
decode(const std::vector< char > &chunk) | Decoder | |
decode(const OnixS::Sockets::Bytes &chunk) | Decoder | |
Decoder(const std::string &xmlTemplates, const OnixS::FIX::Dictionary &fixDictionary, bool decodeEachMessageIndependently, InputDataTraits::Enum inputDataTraits) | Decoder | |
Decoder(const std::string &xmlTemplates, bool decodeEachMessageIndependently, InputDataTraits::Enum inputDataTraits) | Decoder | |
Decoder(ProtocolVersion::Enum baseVersionForGeneratedDictionary, const std::string &xmlTemplates, bool decodeEachMessageIndependently, InputDataTraits::Enum inputDataTraits) | Decoder | |
Decoder(ProtocolVersion::Enum baseVersionForGeneratedDictionary, const std::string &xmlTemplates, const std::string &genericFixDictionaryId, bool decodeEachMessageIndependently, InputDataTraits::Enum inputDataTraits) | Decoder | |
fixDictionary() const | Decoder | |
generateFixDictionary(const std::string &fastTemplateXml, const std::string &fixDictionaryId, std::string *fixDictionaryXml) | Decoder | static |
generateFixDictionary(ProtocolVersion::Enum baseVersion, const std::string &fastTemplateXml, const std::string &fixDictionaryId, std::string *fixDictionaryXml) | Decoder | static |
inputDataTraits() const | Decoder | |
maximumNumberOfRepeatingGroupEntries(int value) | Decoder | |
maximumNumberOfRepeatingGroupEntries() const | Decoder | |
reset() | Decoder | |
tryDecode(const char *buffer, size_t offset, size_t count, OnixS::FIX::Message *message, size_t *numberOfDecodedBytes) | Decoder | |
tryDecode(const unsigned char *buffer, size_t offset, size_t count, OnixS::FIX::Message *message, size_t *numberOfDecodedBytes) | Decoder | |
tryDecodeUnsignedInteger(const char *buffer, size_t bufferSize, unsigned int *value, size_t *fieldLength) | Decoder | static |
tryDecodeUnsignedInteger(const unsigned char *buffer, size_t bufferSize, unsigned int *value, size_t *fieldLength) | Decoder | static |
~Decoder() | Decoder |