LessString Struct Reference

String comparison structure for const char *. More...

#include <HashMap.h>

List of all members.

Public Member Functions

bool operator() (const std::string &s1, const std::string &s2) const

Detailed Description

String comparison structure for const char *.

The following structure essentially provides the comparison operator needed by the hash_map for comparing hash_key values. This structure specifically provides comparison for hash_map's whose key values are C strings.

Definition at line 125 of file HashMap.h.


Member Function Documentation

bool LessString::operator() ( const std::string &  s1,
const std::string &  s2 
) const [inline]

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