eqstr Struct Reference

#include <stringhashfun.h>

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 23 of file stringhashfun.h.


Member Function Documentation

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

Definition at line 25 of file stringhashfun.h.

00026     {
00027       return strcmp(s1.c_str(), s2.c_str()) == 0;
00028     }


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Sun Apr 8 23:13:02 2012 for CO2INJECTION by  doxygen 1.6.3