#include <OnixS/FenicsUST/MarketData/Bimp/BinaryMessage.h>
Public Types | |
typedef MessageSize | BinarySize |
Public Member Functions | |
BinaryMessage () ONIXS_FENICSUST_BIMP_NOTHROW | |
BinaryMessage (const void *data, MessageSize size) ONIXS_FENICSUST_BIMP_NOTHROW | |
BinaryMessage (const BinaryMessage &other) ONIXS_FENICSUST_BIMP_NOTHROW | |
ONIXS_FENICSUST_BIMP_EXPLICIT | operator bool () const ONIXS_FENICSUST_BIMP_NOTHROW |
const void * | binary () const ONIXS_FENICSUST_BIMP_NOTHROW |
MessageSize | binarySize () const ONIXS_FENICSUST_BIMP_NOTHROW |
BinaryMessage & | operator= (const BinaryMessage &other) ONIXS_FENICSUST_BIMP_NOTHROW |
Additional Inherited Members | |
Protected Member Functions inherited from BinaryFields< BinaryMessage, MessageSize > | |
const SubMessage | submessage (MessageSizeoffset, MessageSizesize) const ONIXS_FENICSUST_BIMP_NOTHROW |
FieldValue | ordinary (MessageSizeoffset) const ONIXS_FENICSUST_BIMP_NOTHROW |
const FieldValue & | ordinaryRef (MessageSizeoffset) const ONIXS_FENICSUST_BIMP_NOTHROW |
Enumeration::Enum | enumeration (MessageSizeoffset) const ONIXS_FENICSUST_BIMP_NOTHROW |
StrRef | fixedStr (MessageSizeoffset) const ONIXS_FENICSUST_BIMP_NOTHROW |
Definition at line 139 of file BinaryMessage.h.
typedef MessageSize BinarySize |
Length of message binary data.
Definition at line 146 of file BinaryMessage.h.
|
inline |
Initializes blank instance referencing to nothing.
Definition at line 149 of file BinaryMessage.h.
|
inline |
Initializes instance over given memory block.
Definition at line 157 of file BinaryMessage.h.
|
inline |
Initializes instance as copy of the other one.
Definition at line 167 of file BinaryMessage.h.
|
inline |
Message content.
Definition at line 184 of file BinaryMessage.h.
|
inline |
Size of message.
Definition at line 191 of file BinaryMessage.h.
|
inline |
Indicates whether instance refers to a valid message.
Definition at line 177 of file BinaryMessage.h.
|
inline |
Re-initializes instance as a copy of the other one.
Definition at line 199 of file BinaryMessage.h.