This is the complete list of members for Decoder, including all inherited members.
decode(int templateId, int version, size_t rootBlockLength, const unsigned char *buffer, size_t bufferSize, size_t *numberOfDecodedBytes=ONIXS_FIXENGINE_NULLPTR) const | Decoder | |
decode(const unsigned char *buffer, size_t bufferSize, size_t *numberOfDecodedBytes=ONIXS_FIXENGINE_NULLPTR, int *templateId=ONIXS_FIXENGINE_NULLPTR, int *version=ONIXS_FIXENGINE_NULLPTR) const | Decoder | |
Decoder(const std::string &xmlTemplates, const OnixS::FIX::Dictionary &fixDictionary, ISbeCustomCoderLibrary *customCoders=ONIXS_FIXENGINE_NULLPTR) | Decoder | |
Decoder(const std::string &xmlTemplates, ISbeCustomCoderLibrary *customCoders=ONIXS_FIXENGINE_NULLPTR) | Decoder | |
Decoder(ProtocolVersion::Enum baseVersion, const std::string &xmlTemplates, ISbeCustomCoderLibrary *customCoders=ONIXS_FIXENGINE_NULLPTR) | Decoder | |
fixDictionary() const | Decoder | |
generateFixDictionary(const std::string &sbeTemplateXml) | Decoder | static |
generateFixDictionary(ProtocolVersion::Enum baseVersion, const std::string &sbeTemplateXml) | Decoder | static |
maximumNumberOfRepeatingGroupEntries(int value) | Decoder | |
maximumNumberOfRepeatingGroupEntries() const | Decoder | |
schemaHeaderType() const | Decoder | |
schemaId() const | Decoder | |
schemaSemanticVersion() const | Decoder | |
schemaVersion() const | Decoder | |
tryDecode(int templateId, int version, size_t rootBlockLength, const unsigned char *buffer, size_t offset, size_t count, OnixS::FIX::Message *message, size_t *numberOfDecodedBytes) const | Decoder | |
~Decoder() | Decoder |