#include <OnixS/SgxTitan/Trading/OUCH/OutgoingMessage.h>
Public Member Functions | |
OutgoingMessage (void *data, MessageSize size) throw () | |
OutboundMessageTypes::Enum | type () const throw () |
Public Member Functions inherited from MutableBinaryMessage< BigEndianConverter > | |
const void * | binary () const throw () |
void * | binary () throw () |
MessageSize | binarySize () const throw () |
MutableBinaryMessage & | operator= (const MutableBinaryMessage &other) throw () |
Additional Inherited Members | |
Public Types inherited from MutableBinaryMessage< BigEndianConverter > | |
typedef MessageSize | BinarySize |
typedef BigEndianConverter | FieldAccessor |
Protected Member Functions inherited from MutableBinaryMessage< BigEndianConverter > | |
MutableBinaryMessage (void *data, MessageSize size) throw () | |
Protected Member Functions inherited from MutableBinaryFields< MutableBinaryMessage, BigEndianConverter > | |
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, BigEndianConverter > | |
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 33 of file OutgoingMessage.h.
|
inline |
Definition at line 38 of file OutgoingMessage.h.
|
inline |
Type.
Definition at line 47 of file OutgoingMessage.h.