.TH "nspace::nspace::hash< string >" 3 "13 May 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME nspace::nspace::hash< string > \- .SH SYNOPSIS .br .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "size_t \fBoperator()\fP (const string &s) const" .br .in -1c .SS "template<> struct nspace::hash< string >" .SH "Member Function Documentation" .PP .SS "size_t nspace::hash< string >::operator() (const string & s) const\fC [inline]\fP" .PP Definition at line 142 of file modules.cpp. .PP .nf 143 { 144 char a[MAXBUF]; 145 static struct hash strhash; 146 strlcpy(a,s.c_str(),MAXBUF); 147 strlower(a); 148 return strhash(a); 149 } .fi .SH "Author" .PP Generated automatically by Doxygen for InspIRCd from the source code.