]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/nspace_nspace_hash_ string _.3
Re-added the dot graphs again
[user/henk/code/inspircd.git] / docs / man / man3 / nspace_nspace_hash_ string _.3
1 .TH "nspace::nspace::hash< string >" 3 "13 May 2005" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 nspace::nspace::hash< string > \- 
6 .SH SYNOPSIS
7 .br
8 .PP
9 .SS "Public Member Functions"
10
11 .in +1c
12 .ti -1c
13 .RI "size_t \fBoperator()\fP (const string &s) const"
14 .br
15 .in -1c
16
17 .SS "template<> struct nspace::hash< string >"
18
19 .SH "Member Function Documentation"
20 .PP 
21 .SS "size_t nspace::hash< string >::operator() (const string & s) const\fC [inline]\fP"
22 .PP
23 Definition at line 142 of file modules.cpp.
24 .PP
25 .nf
26 143                 {
27 144                         char a[MAXBUF];
28 145                         static struct hash<const char *> strhash;
29 146                         strlcpy(a,s.c_str(),MAXBUF);
30 147                         strlower(a);
31 148                         return strhash(a);
32 149                 }
33 .fi
34
35
36 .SH "Author"
37 .PP 
38 Generated automatically by Doxygen for InspIRCd from the source code.