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

#include <f8c.hpp>

Public Member Functions

bool operator() (const RealmObject *p1, const RealmObject *p2) const
 

Detailed Description

Definition at line 79 of file f8c.hpp.

Member Function Documentation

bool FIX8::RealmObject::less::operator() ( const RealmObject p1,
const RealmObject p2 
) const
inline

Definition at line 81 of file f8c.hpp.

References FIX8::RealmObject::comp().

82  { return const_cast<RealmObject*>(p1)->comp(p1, p2); }
virtual bool comp(const RealmObject *p1, const RealmObject *p2)=0
RealmObject(bool isRange)
Definition: f8c.hpp:73

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