EqualStr Struct Reference

String comparison structure for HashMap. More...

#include <HashMap.h>

List of all members.

Public Member Functions

bool operator() (const char *s1, const char *s2) const

Detailed Description

String comparison structure for HashMap.

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

Definition at line 150 of file HashMap.h.


Member Function Documentation

bool EqualStr::operator() ( const char *  s1,
const char *  s2 
) const [inline]

Definition at line 151 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