#include <OnixS/SgxTitan/Trading/OUCH/MutableBinaryMessage.h>
Public Types | |
typedef MessageSize | BinarySize |
typedef Accessor | FieldAccessor |
Public Member Functions | |
const void * | binary () const throw () |
void * | binary () throw () |
MessageSize | binarySize () const throw () |
MutableBinaryMessage & | operator= (const MutableBinaryMessage &other) throw () |
Protected Member Functions | |
MutableBinaryMessage (void *data, MessageSize size) throw () | |
Protected Member Functions inherited from MutableBinaryFields< MutableBinaryMessage, Accessor > | |
void | setOrdinary (BlockSize offset, FieldValue value) throw () |
void | setOrdinaryRef (BlockSize offset, FieldValue value) throw () |
void | setEnumeration (BlockSize offset, typename Enumeration::Enum value) throw () |
void | setFixedStr (BlockSize offset, const StrRef &value) throw () |
Protected Member Functions inherited from BinaryFields< MutableBinaryMessage, 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 96 of file MutableBinaryMessage.h.
typedef MessageSize BinarySize |
Length of message binary data.
Definition at line 104 of file MutableBinaryMessage.h.
typedef Accessor FieldAccessor |
Definition at line 106 of file MutableBinaryMessage.h.
|
inlineprotected |
Initializes instance over given memory block.
Definition at line 142 of file MutableBinaryMessage.h.
|
inline |
Message content.
Definition at line 109 of file MutableBinaryMessage.h.
|
inline |
Definition at line 115 of file MutableBinaryMessage.h.
|
inline |
Size of message.
Definition at line 122 of file MutableBinaryMessage.h.
|
inline |
Re-initializes instance as a copy of the other one.
Definition at line 130 of file MutableBinaryMessage.h.