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