]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/hashcomp.h.3
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2578 e03df62e-2008...
[user/henk/code/inspircd.git] / docs / man / man3 / hashcomp.h.3
1 .TH "hashcomp.h" 3 "19 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 hashcomp.h \- 
6 .SH SYNOPSIS
7 .br
8 .PP
9 \fC#include 'inspircd_config.h'\fP
10 .br
11 \fC#include <ext/hash_map>\fP
12 .br
13
14 .SS "Namespaces"
15
16 .in +1c
17 .ti -1c
18 .RI "namespace \fBnspace\fP"
19 .br
20 .ti -1c
21 .RI "namespace \fBirc\fP"
22 .br
23 .in -1c
24 .SS "Classes"
25
26 .in +1c
27 .ti -1c
28 .RI "struct \fBnspace::hash< in_addr >\fP"
29 .br
30 .ti -1c
31 .RI "struct \fBnspace::hash< string >\fP"
32 .br
33 .ti -1c
34 .RI "struct \fBirc::StrHashComp\fP"
35 .br
36 .RI "\fIThis class returns true if two strings match. \fP"
37 .ti -1c
38 .RI "struct \fBirc::InAddr_HashComp\fP"
39 .br
40 .RI "\fIThis class returns true if two in_addr structs match. \fP"
41 .ti -1c
42 .RI "struct \fBirc::irc_char_traits\fP"
43 .br
44 .RI "\fIThe \fBirc_char_traits\fP class is used for RFC-style comparison of strings. \fP"
45 .in -1c
46 .SS "Defines"
47
48 .in +1c
49 .ti -1c
50 .RI "#define \fBnspace\fP   __gnu_cxx"
51 .br
52 .in -1c
53 .SS "Typedefs"
54
55 .in +1c
56 .ti -1c
57 .RI "typedef basic_string< char, irc_char_traits, allocator< char > > \fBirc::string\fP"
58 .br
59 .RI "\fIThis typedef declares \fBirc::string\fP based upon \fBirc_char_traits\fP. \fP"
60 .in -1c
61 .SH "Define Documentation"
62 .PP 
63 .SS "#define nspace   __gnu_cxx"
64 .PP
65 Definition at line 44 of file hashcomp.h.
66 .SH "Author"
67 .PP 
68 Generated automatically by Doxygen for InspIRCd from the source code.