fix8  version 1.4.0
Open Source C++ FIX Framework
XmlElement::EntityOrderComp Struct Reference

Comparitor. More...

Public Member Functions

bool operator() (const XmlElement *a, const XmlElement *b) const
 

Detailed Description

Comparitor.

Definition at line 66 of file xml.hpp.

Member Function Documentation

bool XmlElement::EntityOrderComp::operator() ( const XmlElement a,
const XmlElement b 
) const
inline

Definition at line 68 of file xml.hpp.

References XmlElement::GetSequence().

69  { return a->GetSequence() < b->GetSequence(); }
int GetSequence() const
Definition: xml.hpp:276

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