|
| IncrementalRefreshVolume37 ()=default |
| IncrementalRefreshVolume37 (void *data, EncodedLength length, SchemaVersion version=Schema::Version) |
| IncrementalRefreshVolume37 (void *data, EncodedLength length, NoFieldsInit, SchemaVersion version=Schema::Version) |
| IncrementalRefreshVolume37 (void *data, EncodedLength length, NoInit) |
| IncrementalRefreshVolume37 (const SbeMessage &message) |
Timestamp | transactTime () const noexcept |
ThisType & | setTransactTime (Timestamp value) noexcept |
MatchEventIndicator | matchEventIndicator () const noexcept |
ThisType & | setMatchEventIndicator (MatchEventIndicator value) noexcept |
Entries | entries () const noexcept |
Entries | entries () noexcept |
Entries | entries (Entries::Size length) |
Entries | entries (Entries::Size length, NoFieldsInit) |
ThisType & | resetVariableFields () noexcept |
ThisType & | reset () noexcept |
const void * | tail () const noexcept |
EncodedLength | calculateBinarySize () const noexcept |
| 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 |
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 |
|
typedef SbeGroupList< MessageSize > | GroupList |
typedef SbeVariableLengthFieldList< MessageSize > | VariableLengthFieldList |
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) |
| SbeFields ()=default |
| ~SbeFields ()=default |
| 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 constexpr MessageSize | getMaxMessageSize () noexcept |
Definition at line 26522 of file Messages.h.