fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::StringRealm Struct Reference

f8c string realm type. More...

#include <f8c.hpp>

Inheritance diagram for FIX8::StringRealm:
FIX8::TypedRealm< std::string > FIX8::RealmObject

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 RealmObjectcreate (const std::string &from, FieldTrait::FieldType ftype, bool isRange=false)
 
- Protected Attributes inherited from FIX8::TypedRealm< std::string >
std::string _obj
 

Detailed Description

f8c string realm type.

Definition at line 102 of file f8c.hpp.

Constructor & Destructor Documentation

FIX8::StringRealm::StringRealm ( const std::string &  from,
bool  isRange 
)
inline

Definition at line 104 of file f8c.hpp.

104 : TypedRealm<std::string>(from, isRange) {}

Member Function Documentation

void FIX8::StringRealm::print ( std::ostream &  os)
inlinevirtual

Reimplemented from FIX8::TypedRealm< std::string >.

Definition at line 105 of file f8c.hpp.

References FIX8::TypedRealm< std::string >::_obj.

105 { os << '"' << _obj << '"'; }

The documentation for this struct was generated from the following file: