![]() |
fix8
version 1.4.0
Open Source C++ FIX Framework
|
f8c internal field representation. More...
#include <f8c.hpp>
Public Member Functions | |
| FieldSpec (const std::string &name, FieldTrait::FieldType ftype=FieldTrait::ft_untyped) | |
| virtual | ~FieldSpec () |
| void | set_used () |
Public Attributes | |
| std::string | _name |
| std::string | _description |
| std::string | _comment |
| FieldTrait::FieldType | _ftype |
| RealmBase::RealmType | _dtype |
| unsigned | _doffset |
| RealmMap * | _dvals |
| bool | _used |
Static Public Attributes | |
| static const BaseTypeMap | _baseTypeMap |
| static const TypeToCPP | _typeToCPP |
|
inline |
Definition at line 140 of file f8c.hpp.
|
inlinevirtual |
|
static |
| RealmBase::RealmType FIX8::FieldSpec::_dtype |
| RealmMap* FIX8::FieldSpec::_dvals |
Definition at line 136 of file f8c.hpp.
Referenced by ~FieldSpec().
| FieldTrait::FieldType FIX8::FieldSpec::_ftype |