Public Member Functions | Private Attributes | List of all members
FIX::FieldMap::sorter Class Reference
Collaboration diagram for FIX::FieldMap::sorter:
Collaboration graph
[legend]

Public Member Functions

 sorter (const message_order &order)
 
bool operator() (int tag, const FieldBase &right) const
 
bool operator() (const FieldBase &left, int tag) const
 
bool operator() (const FieldBase &left, const FieldBase &right) const
 

Private Attributes

const message_orderm_order
 

Detailed Description

Definition at line 83 of file FieldMap.h.

Constructor & Destructor Documentation

◆ sorter()

FIX::FieldMap::sorter::sorter ( const message_order order)
inlineexplicit

Definition at line 103 of file FieldMap.h.

Member Function Documentation

◆ operator()() [1/3]

bool FIX::FieldMap::sorter::operator() ( const FieldBase left,
const FieldBase right 
) const
inline

Definition at line 115 of file FieldMap.h.

118  {

◆ operator()() [2/3]

bool FIX::FieldMap::sorter::operator() ( const FieldBase left,
int  tag 
) const
inline

Definition at line 110 of file FieldMap.h.

118  {

◆ operator()() [3/3]

bool FIX::FieldMap::sorter::operator() ( int  tag,
const FieldBase right 
) const
inline

Definition at line 105 of file FieldMap.h.

118  {

Member Data Documentation

◆ m_order

const message_order& FIX::FieldMap::sorter::m_order
private

Definition at line 121 of file FieldMap.h.


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

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2001