|
| BinaryBlock () |
|
| ~BinaryBlock () |
|
template<class Value > |
ONIXS_B3_UMDF_MD_HOTPATH Value | ordinary (BlockLength offset) const throw () |
|
template<class Value , class NullValue > |
ONIXS_B3_UMDF_MD_HOTPATH bool | ordinary (Value &value, BlockLength offset, NullValue null) const throw () |
|
template<class Value , class NullValue > |
ONIXS_B3_UMDF_MD_HOTPATH bool | ordinary (Value &value, BlockLength offset, NullValue null, SchemaVersion since) const throw () |
|
template<class Enumeration > |
ONIXS_B3_UMDF_MD_HOTPATH Enumeration::Enum | enumeration (BlockLength offset) const throw () |
|
template<class Enumeration , class NullValue > |
ONIXS_B3_UMDF_MD_HOTPATH bool | enumeration (typename Enumeration::Enum &value, BlockLength offset, NullValue null) const throw () |
|
template<class Enumeration , class NullValue > |
ONIXS_B3_UMDF_MD_HOTPATH bool | enumeration (typename Enumeration::Enum &value, BlockLength offset, NullValue null, SchemaVersion since) const throw () |
|
template<class Value > |
ONIXS_B3_UMDF_MD_HOTPATH Value | decimal (BlockLength offset) const throw () |
|
template<class Value , class NullValue > |
ONIXS_B3_UMDF_MD_HOTPATH bool | decimal (Value &value, BlockLength offset, NullValue null) const throw () |
|
template<class Value , class NullValue > |
ONIXS_B3_UMDF_MD_HOTPATH bool | decimal (Value &value, BlockLength offset, NullValue null, SchemaVersion since) const throw () |
|
template<BlockLength Length> |
ONIXS_B3_UMDF_MD_HOTPATH StrRef | fixedStr (BlockLength offset) const throw () |
|
template<BlockLength Length> |
ONIXS_B3_UMDF_MD_HOTPATH bool | fixedStr (StrRef &value, BlockLength offset) const throw () |
|
template<BlockLength Length> |
ONIXS_B3_UMDF_MD_HOTPATH bool | fixedStr (StrRef &value, BlockLength offset, SchemaVersion since) const throw () |
|
template<class Container, class BlockLength>
class OnixS::B3::MarketData::UMDF::Messaging::BinaryBlock< Container, BlockLength >
The given class represents an abstraction to be used by descendants as a base class with static polymorphism.
Definition at line 63 of file SbeMessage.h.