fix8
version 1.4.0
Open Source C++ FIX Framework
|
f8c range or set domain realm. More...
#include <f8c.hpp>
Classes | |
struct | less |
Public Member Functions | |
RealmObject (bool isRange) | |
virtual | ~RealmObject () |
bool | is_range () const |
Static Public Member Functions | |
static RealmObject * | create (const std::string &from, FieldTrait::FieldType ftype, bool isRange=false) |
Protected Member Functions | |
virtual bool | comp (const RealmObject *p1, const RealmObject *p2)=0 |
virtual void | print (std::ostream &os)=0 |
Private Attributes | |
bool | _isRange |
Friends | |
std::ostream & | operator<< (std::ostream &os, RealmObject &what) |
|
inlinevirtual |
|
protectedpure virtual |
Implemented in FIX8::TypedRealm< T >, FIX8::TypedRealm< std::string >, and FIX8::TypedRealm< char >.
Referenced by FIX8::RealmObject::less::operator()().
|
static |
Definition at line 362 of file f8cutils.cpp.
|
inline |
|
protectedpure virtual |
Implemented in FIX8::CharRealm, FIX8::StringRealm, FIX8::TypedRealm< T >, FIX8::TypedRealm< std::string >, and FIX8::TypedRealm< char >.
|
friend |
|
private |
Definition at line 60 of file f8c.hpp.
Referenced by is_range().