dodo::dodoMapICaseStringCompare Class Reference
#include <types.h>
Public Member Functions | |
| bool | operator() (const std::string &first, const std::string &second) |
| compares strings | |
| bool | operator() (const std::string &first, const std::string &second) const |
| compares strings | |
Detailed Description
Definition at line 104 of file types.h.
Member Function Documentation
| bool dodo::dodoMapICaseStringCompare::operator() | ( | const std::string & | first, | |
| const std::string & | second | |||
| ) | const |
compares strings
- Parameters:
-
first defines first string to compare second defines second string to compare
| bool dodo::dodoMapICaseStringCompare::operator() | ( | const std::string & | first, | |
| const std::string & | second | |||
| ) |
compares strings
- Parameters:
-
first defines first string to compare second defines second string to compare
The documentation for this class was generated from the following file:
- include/libdodo/types.h
Generated on Sun Nov 8 03:44:40 2009 for libdodo by
1.6.1

