fix8
version 1.4.0
Open Source C++ FIX Framework
|
f8c typed realm. More...
#include <f8c.hpp>
Public Member Functions | |
TypedRealm (const T &from, bool isRange) | |
virtual void | print (std::ostream &os) |
bool | comp (const RealmObject *p1, const RealmObject *p2) |
Public Member Functions inherited from FIX8::RealmObject | |
RealmObject (bool isRange) | |
virtual | ~RealmObject () |
bool | is_range () const |
Protected Attributes | |
T | _obj |
Additional Inherited Members | |
Static Public Member Functions inherited from FIX8::RealmObject | |
static RealmObject * | create (const std::string &from, FieldTrait::FieldType ftype, bool isRange=false) |
f8c typed realm.
T | underlying realm type |
|
inline |
|
inlinevirtual |
Implements FIX8::RealmObject.
Definition at line 97 of file f8c.hpp.
|
inlinevirtual |
Implements FIX8::RealmObject.
Reimplemented in FIX8::CharRealm, and FIX8::StringRealm.
Definition at line 96 of file f8c.hpp.
|
protected |
Definition at line 92 of file f8c.hpp.
Referenced by FIX8::TypedRealm< char >::print().