Public Member Functions | |
| BinaryGroupList () | |
| BinaryGroupList (const void *binary, BinarySize size, SchemaVersion version) | |
| BinaryGroupList (const BinaryGroupList &other) | |
| bool | empty () const |
| template<class Group> | |
| Group | head () const |
| template<class Group> | |
| BinaryGroupList | tail () const |
| const void * | binary () const |
| BinarySize | binarySize () const |
| BinaryGroupList & | operator= (const BinaryGroupList &other) |
Definition at line 1125 of file BinaryMessage.h.
|
inline |
Initializes empty list.
Definition at line 1133 of file BinaryMessage.h.
|
inline |
Initializes list over memory block, where given message is stored.
Definition at line 1142 of file BinaryMessage.h.
|
inline |
Initializes as copy of other list.
Definition at line 1153 of file BinaryMessage.h.
|
inline |
SBE-encoded content referenced by given list.
Definition at line 1210 of file BinaryMessage.h.
|
inline |
Size of SBE-encoded content referenced by the list.
Definition at line 1216 of file BinaryMessage.h.
|
inline |
Indicates whether group list is empty.
Definition at line 1165 of file BinaryMessage.h.
|
inline |
Provides access to the head group of the list.
Definition at line 1175 of file BinaryMessage.h.
|
inline |
Re-initializes instance as copy of the other one.
Definition at line 1223 of file BinaryMessage.h.
Returns list of groups following the head.
Definition at line 1189 of file BinaryMessage.h.