IFEM  90A354
Public Member Functions | Private Attributes | List of all members
utl::cmpInt Class Reference

A helper class used to search for values in an integer map. More...

Public Member Functions

 cmpInt (int value)
 The constructor initializes the value to search for.
 
bool operator() (const std::pair< int, int > &value) const
 Returns true if value.second equals myValue.
 

Private Attributes

int myValue
 The integer value to search for.
 

Detailed Description

A helper class used to search for values in an integer map.


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