#include <OnixS/SgxTitan/Trading/OUCH/BinaryMessage.h>
Public Types | |
typedef MessageSize | BinarySize |
Public Member Functions | |
BinaryMessage (const void *data, MessageSize size) throw () | |
ONIXS_SGX_OUCH_CONSTEXPR | BinaryMessage (const BinaryMessage &other) throw () |
const void * | binary () const throw () |
MessageSize | binarySize () const throw () |
BinaryMessage & | operator= (const BinaryMessage &other) throw () |
Additional Inherited Members | |
Protected Member Functions inherited from BinaryFields< BinaryMessage, Accessor > | |
FieldValue | ordinary (BlockSize offset) const throw () |
const FieldValue & | ordinaryRef (BlockSize offset) const throw () |
Enumeration::Enum | enumeration (BlockSize offset) const throw () |
StrRef | fixedStr (BlockSize offset) const throw () |
Definition at line 105 of file BinaryMessage.h.
typedef MessageSize BinarySize |
Length of message binary data.
Definition at line 113 of file BinaryMessage.h.
|
inline |
Initializes instance over given memory block.
Definition at line 116 of file BinaryMessage.h.
|
inline |
Initializes instance as copy of the other one.
Definition at line 127 of file BinaryMessage.h.
|
inline |
Message content.
Definition at line 136 of file BinaryMessage.h.
|
inline |
Size of message.
Definition at line 143 of file BinaryMessage.h.
|
inline |
Re-initializes instance as a copy of the other one.
Definition at line 151 of file BinaryMessage.h.