Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

StrHashComp Struct Reference

List of all members.

Public Member Functions

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

Member Function Documentation

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

Definition at line 122 of file modules.cpp.

00123         {
00124                 char a[MAXBUF],b[MAXBUF];
00125                 strcpy(a,s1.c_str());
00126                 strcpy(b,s2.c_str());
00127                 return (strcasecmp(a,b) == 0);
00128         }


The documentation for this struct was generated from the following file:
Generated on Sat May 1 20:58:15 2004 for InspIRCd by doxygen1.3-rc3