Public Member Functions | Private Attributes | List of all members
FIX::FieldMap::finder Class Reference

Public Member Functions

 finder (int tag)
 
bool operator() (const FieldBase &field) const
 

Private Attributes

int m_tag
 

Detailed Description

Definition at line 73 of file FieldMap.h.

Constructor & Destructor Documentation

◆ finder()

FIX::FieldMap::finder::finder ( int  tag)
inlineexplicit

Definition at line 76 of file FieldMap.h.

76: m_tag( tag ) {}

Member Function Documentation

◆ operator()()

bool FIX::FieldMap::finder::operator() ( const FieldBase field) const
inline

Definition at line 78 of file FieldMap.h.

79 {
80 return m_tag == field.getTag();
81 }

References FIX::FieldBase::getTag(), and m_tag.

Member Data Documentation

◆ m_tag

int FIX::FieldMap::finder::m_tag
private

Definition at line 84 of file FieldMap.h.

Referenced by operator()().


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

Generated on Mon Oct 14 2024 06:04:44 for QuickFIX by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2001