#include <OnixS/B3/MarketData/UMDF/messaging/SbeMessage.h>
Classes | |
| struct | NoCheck |
| struct | NoFieldsInit |
| struct | NoInit |
Public Types | |
| typedef MessageSize | EncodedLength |
| typedef MessageSize | BlockLength |
Public Attributes | |
| MessageSize | size: header_(static_cast<const MessageHeader*>(data)) |
| MessageSize NoCheck | noexcept: header_(static_cast<MessageHeader*>(data)) |
| Public Attributes inherited from SbeFields< Messaging::SbeMessage, MessageSize > | |
| FieldValue value | noexcept |
| void *const | fieldPos |
| FieldValue | value |
| FieldValue SchemaVersion | since |
| const size_t | sizeToCopy |
Protected Types | |
| typedef SbeGroupList< MessageSize > | GroupList |
| typedef SbeVariableLengthFieldList< MessageSize > | VariableLengthFieldList |
Protected Member Functions | |
| __attribute__ ((__hot__)) GroupList groups() const noexcept | |
| template<typename Group> | |
| __attribute__ ((__hot__)) void initGroup(Group &group | |
| group | init (entrySize) |
| template<typename Group> | |
| __attribute__ ((__hot__)) void setupGroup(Group &group | |
| assert (group.valid()) | |
| group | setup (entryCount, messageTail, blockEnd()) |
| template<typename Group> | |
| __attribute__ ((__hot__)) void const ructGroup(Group &group | |
| assert (group.valid()) | |
| group | construct (entryCount, messageTail, blockEnd()) |
| __attribute__ ((__hot__)) VariableLengthFieldList variableLengthFields() const noexcept | |
| __attribute__ ((__hot__)) 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) |
| ONIXS_B3_UMDF_MD_API | __attribute__ ((__warn_unused_result__)) const expr static MessageSize getMaxMessageSize() noexcept |
| 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 | |
| __attribute__ ((__hot__)) Value ordinary(MessageSize offset) const noexcept | |
| return (null !=value) | |
Protected Attributes | |
| Group::EntrySize entrySize | noexcept |
| Group::Size | entryCount |
| Group::Size const void * | messageTail |
| Protected Attributes inherited from BinaryBlock< Messaging::SbeMessage, MessageSize > | |
| MessageSize | offset |
| MessageSize NullValue null const | noexcept |
| MessageSize NullValue | null |
Definition at line 1108 of file SbeMessage.h.
| typedef MessageSize BlockLength |
Length of the message body representing a block of fixed-length fields.
Definition at line 1120 of file SbeMessage.h.
| typedef MessageSize EncodedLength |
Length of the message binary data.
Definition at line 1117 of file SbeMessage.h.
|
protected |
Binary group list instantiation.
Definition at line 1285 of file SbeMessage.h.
|
protected |
Sets the variable length field value.
Binary group list instantiation.
Definition at line 1374 of file SbeMessage.h.
|
inlinenoexcept |
Initializes a blank instance.
Definition at line 1123 of file SbeMessage.h.
|
inlineprotectednoexcept |
Definition at line 1311 of file SbeMessage.h.
|
inlineprotectednoexcept |
Definition at line 1419 of file SbeMessage.h.
| __attribute__ | ( | (__hot__) | ) | const |
Initializes the instance over the given memory block.
| __attribute__ | ( | (__hot__) | ) |
Initializes the instance over the given memory block.
|
inlineprotectednoexcept |
Definition at line 1390 of file SbeMessage.h.
|
protected |
Initializes the group header, sets all optional fields to null.
|
protected |
Resets the group to the initial state.
|
protected |
Initializes the group header.
|
inlineprotectednoexcept |
Maximal message size.
Definition at line 1573 of file SbeMessage.h.
|
protected |
|
protected |
|
inlinenoexcept |
Definition at line 1214 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1268 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1238 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1230 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1260 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1246 of file SbeMessage.h.
|
inlinenoexcept |
Blank the instance.
Definition at line 1177 of file SbeMessage.h.
|
protected |
|
inlineprotected |
Creates a repeating group with the given number of entries, sets all optional fields of the group entries to null.
Definition at line 1541 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 1531 of file SbeMessage.h.
|
inlineprotectednoexcept |
Definition at line 1513 of file SbeMessage.h.
|
inlineprotectednoexcept |
Definition at line 1521 of file SbeMessage.h.
|
inlineprotectednoexcept |
Definition at line 1456 of file SbeMessage.h.
|
inlineprotectednoexcept |
Definition at line 1464 of file SbeMessage.h.
|
protected |
|
inlineprotectednoexcept |
Sets the group to the initial state.
Definition at line 1482 of file SbeMessage.h.
|
inlineprotected |
Resets the repeating group.
Definition at line 1503 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1206 of file SbeMessage.h.
|
protected |
|
inlineprotected |
Setups the repeating group with the given number of entries.
Definition at line 1562 of file SbeMessage.h.
|
inlineprotected |
Setups the repeating group with the given number of entries.
Definition at line 1552 of file SbeMessage.h.
|
inlineprotected |
Sets the value of the variable length field.
Definition at line 1439 of file SbeMessage.h.
|
inlineprotected |
Sets the value of the variable length field.
Definition at line 1446 of file SbeMessage.h.
|
inlineprotectednoexcept |
Resets the variable length field.
Definition at line 1474 of file SbeMessage.h.
|
inlineprotectednoexcept |
Sets the variable length field to null.
Definition at line 1493 of file SbeMessage.h.
|
inline |
Definition at line 1148 of file SbeMessage.h.
|
inline |
Definition at line 1167 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1190 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1184 of file SbeMessage.h.
|
inlinenoexcept |
Definition at line 1198 of file SbeMessage.h.
|
protected |
Definition at line 1335 of file SbeMessage.h.
|
protected |
Definition at line 1335 of file SbeMessage.h.
| MessageSize NoCheck noexcept |
Definition at line 1165 of file SbeMessage.h.
|
protected |
Definition at line 1326 of file SbeMessage.h.
| MessageSize size |
Definition at line 1146 of file SbeMessage.h.