EqualInteger Struct Reference

Integer comparison structure for HashMap. More...

#include <HashMap.h>

List of all members.

Public Member Functions

bool operator() (const int i1, const int i2) const

Detailed Description

Integer comparison structure for HashMap.

The following structure essentially provides the functor for comparion operator needed by the hash_map for comparing hash_key values. This structure specifically provides comparison for hash_map's whose key values are standard integers.

Definition at line 163 of file HashMap.h.


Member Function Documentation

bool EqualInteger::operator() ( const int  i1,
const int  i2 
) const [inline]

Definition at line 164 of file HashMap.h.


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

Generated on 19 Mar 2010 for PEACE by  doxygen 1.6.1