Classes | |
| struct | NoCheck |
| struct | NoFieldsInit |
| struct | NoInit |
Public Types | |
| typedef MessageSize | EncodedLength |
| typedef MessageSize | BlockLength |
Public Member Functions | |
| SbeMessage () noexcept | |
| SbeMessage (void *data, MessageSize size, SchemaVersion version) | |
| SbeMessage (void *data, MessageSize size) | |
| SbeMessage (void *data, MessageSize size, NoCheck) noexcept | |
| void | clear () noexcept |
| bool | valid () const noexcept |
| MessageTemplateId | templateId () const noexcept |
| SchemaVersion | version () const noexcept |
| SchemaId | schemaId () const noexcept |
| const void * | binary () const noexcept |
| void * | binary () noexcept |
| const void * | blockEnd () noexcept |
| const void * | blockEnd () const noexcept |
| MessageSize | bufferSize () const noexcept |
| void * | body () noexcept |
| BlockLength | blockLength () const noexcept |
| const void * | block () const noexcept |
| void * | block () noexcept |
| Public Member Functions inherited from SbeFields< Messaging::SbeMessage, MessageSize > | |
| Messaging::SbeMessage & | container () noexcept |
| void | setOrdinary (MessageSize offset, FieldValue value) noexcept |
| void | setEnumeration (MessageSize offset, typename Enumeration::Enum value) noexcept |
| void | setFixedStr (MessageSize offset, StrRef value) noexcept |
Protected Types | |
| typedef SbeGroupList< MessageSize > | GroupList |
| typedef SbeVariableLengthFieldList< MessageSize > | VariableLengthFieldList |
Protected Member Functions | |
| SbeMessage & | version (SchemaVersion version) noexcept |
| GroupList | groups () noexcept |
| GroupList | groups () const noexcept |
| template<typename Group> | |
| void | initGroup (Group &group, typename Group::EntrySize entrySize) noexcept |
| template<typename Group> | |
| void | setupGroup (Group &group, typename Group::Size entryCount, const void *messageTail) |
| template<typename Group> | |
| void | constructGroup (Group &group, typename Group::Size entryCount, const void *messageTail) |
| VariableLengthFieldList | variableLengthFields () noexcept |
| VariableLengthFieldList | variableLengthFields () const noexcept |
| void | initHeader (MessageHeader::TemplateId value, MessageHeader::BlockLength blockLength, SchemaId id) noexcept |
| void | zeroPaddingBytes (BlockLength offset) |
| void | init (MessageHeader::TemplateId value, MessageHeader::BlockLength minimalBlockLength, MessageHeader::BlockLength blockLength, SchemaId id) |
| MessageSize | calculateBinarySize (const void *tail) const noexcept |
| template<class Callable, class Owner> | |
| void | setVariableLengthField (Callable callable, StrRef value, Owner &owner) |
| template<class Callable, class Owner> | |
| void | setVariableLengthField (Callable callable, StrRef value, SchemaVersion since, Owner &owner) |
| template<class Callable, class Owner> | |
| StrRef | getVariableLengthField (Callable callable, const Owner &owner) const noexcept |
| template<class Callable, class Owner> | |
| StrRef | getVariableLengthField (Callable callable, SchemaVersion since, Owner &owner) const noexcept |
| template<class Callable, class Owner> | |
| void | setVariableLengthFieldToNull (Callable callable, Owner &owner) noexcept |
| template<class Group, class Callable, class Owner> | |
| void | resetGroup (Callable callable, Owner &owner) noexcept |
| template<class Callable, class Owner> | |
| void | setVariableLengthFieldToNull (Callable callable, SchemaVersion since, Owner &owner) noexcept |
| template<class Group, class Callable, class Owner> | |
| void | resetGroup (Callable callable, SchemaVersion since, Owner &owner) |
| template<class Group, class Callable, class Owner> | |
| Group | getGroup (Callable callable, Owner &owner) const noexcept |
| template<class Group, class Callable, class Owner> | |
| Group | getGroup (Callable callable, SchemaVersion since, Owner &owner) const noexcept |
| template<class Group, class Callable, class Owner> | |
| Group | constructGroup (Callable callable, typename Group::Size length, SchemaVersion since, Owner &owner) |
| template<class Group, class Callable, class Owner> | |
| Group | constructGroup (Callable callable, typename Group::Size length, Owner &owner) |
| template<class Group, class Callable, class Owner> | |
| Group | setupGroup (Callable callable, typename Group::Size length, SchemaVersion since, Owner &owner) |
| template<class Group, class Callable, class Owner> | |
| Group | setupGroup (Callable callable, typename Group::Size length, Owner &owner) |
| Protected Member Functions inherited from SbeFields< Messaging::SbeMessage, MessageSize > | |
| SbeFields ()=default | |
| ~SbeFields ()=default | |
| Protected Member Functions inherited from BinaryBlock< Messaging::SbeMessage, MessageSize > | |
| BinaryBlock ()=default | |
| ~BinaryBlock ()=default | |
| Value | ordinary (MessageSize offset) const noexcept |
| Enumeration::Enum | enumeration (MessageSize offset) const noexcept |
| Value | decimal (MessageSize offset) const noexcept |
| StrRef | fixedStr (MessageSize offset) const noexcept |
Static Protected Member Functions | |
| static constexpr MessageSize | getMaxMessageSize () noexcept |
Definition at line 1091 of file SbeMessage.h.
| typedef MessageSize BlockLength |
Length of the message body representing a block of fixed-length fields.
Definition at line 1103 of file SbeMessage.h.
| typedef MessageSize EncodedLength |
Length of the message binary data.
Definition at line 1100 of file SbeMessage.h.
|
protected |
Binary group list instantiation.
Definition at line 1268 of file SbeMessage.h.
|
protected |
Binary group list instantiation.
Definition at line 1336 of file SbeMessage.h.
|
inlinenoexcept |
Initializes a blank instance.
Definition at line 1106 of file SbeMessage.h.
|
inline |
Initializes the instance over the given memory block.
Definition at line 1114 of file SbeMessage.h.
|
inline |
Initializes the instance over the given memory block.
Definition at line 1129 of file SbeMessage.h.
|
inlinenoexcept |
Initializes the instance over the given memory block.
Definition at line 1148 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1197 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1205 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1251 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1259 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1221 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1213 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1243 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1235 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1229 of file SbeMessage.h.
|
inlineprotectednoexcept |
Definition at line 1404 of file SbeMessage.h.
|
inlinenoexcept |
Blank the instance.
Definition at line 1160 of file SbeMessage.h.
|
inlineprotected |
Creates a repeating group with the given number of entries, sets all optional fields of the group entries to null.
Definition at line 1524 of file SbeMessage.h.
|
inlineprotected |
Creates a repeating group with the given number of entries, sets all optional fields of the group entries to null.
Definition at line 1514 of file SbeMessage.h.
|
inlineprotected |
Initializes the group header, sets all optional fields to null.
Definition at line 1328 of file SbeMessage.h.
|
inlineprotectednoexcept |
Definition at line 1497 of file SbeMessage.h.
|
inlineprotectednoexcept |
Definition at line 1504 of file SbeMessage.h.
|
inlinestaticconstexprprotectednoexcept |
Maximal message size.
Definition at line 1558 of file SbeMessage.h.
|
inlineprotectednoexcept |
Definition at line 1440 of file SbeMessage.h.
|
inlineprotectednoexcept |
Definition at line 1448 of file SbeMessage.h.
|
inlineprotectednoexcept |
Definition at line 1295 of file SbeMessage.h.
|
inlineprotectednoexcept |
Definition at line 1282 of file SbeMessage.h.
|
inlineprotected |
Definition at line 1387 of file SbeMessage.h.
|
inlineprotectednoexcept |
Resets the group to the initial state.
Definition at line 1309 of file SbeMessage.h.
|
inlineprotectednoexcept |
Definition at line 1365 of file SbeMessage.h.
|
inlineprotectednoexcept |
Sets the group to the initial state.
Definition at line 1466 of file SbeMessage.h.
|
inlineprotected |
Resets the repeating group.
Definition at line 1487 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1189 of file SbeMessage.h.
|
inlineprotected |
Setups the repeating group with the given number of entries.
Definition at line 1545 of file SbeMessage.h.
|
inlineprotected |
Setups the repeating group with the given number of entries.
Definition at line 1535 of file SbeMessage.h.
|
inlineprotected |
Initializes the group header.
Definition at line 1318 of file SbeMessage.h.
|
inlineprotected |
Sets the value of the variable length field.
Definition at line 1423 of file SbeMessage.h.
|
inlineprotected |
Sets the value of the variable length field.
Definition at line 1430 of file SbeMessage.h.
|
inlineprotectednoexcept |
Resets the variable length field.
Definition at line 1458 of file SbeMessage.h.
|
inlineprotectednoexcept |
Sets the variable length field to null.
Definition at line 1477 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1173 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1167 of file SbeMessage.h.
|
inlineprotectednoexcept |
Definition at line 1353 of file SbeMessage.h.
|
inlineprotectednoexcept |
Definition at line 1340 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1181 of file SbeMessage.h.
|
inlineprotectednoexcept |
Sets the SBE Schema version.
Definition at line 1271 of file SbeMessage.h.
|
inlineprotected |
If specified, the extra space is padded at the end of each entry and should be set to zeroes by encoders.
Definition at line 1376 of file SbeMessage.h.