summaryrefslogtreecommitdiff
path: root/docs/man/man3/hashcomp.h.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man3/hashcomp.h.3')
-rw-r--r--docs/man/man3/hashcomp.h.334
1 files changed, 32 insertions, 2 deletions
diff --git a/docs/man/man3/hashcomp.h.3 b/docs/man/man3/hashcomp.h.3
index 06d234d52..2e77b22f0 100644
--- a/docs/man/man3/hashcomp.h.3
+++ b/docs/man/man3/hashcomp.h.3
@@ -1,4 +1,4 @@
-.TH "hashcomp.h" 3 "30 May 2005" "InspIRCd" \" -*- nroff -*-
+.TH "hashcomp.h" 3 "27 Nov 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -15,11 +15,33 @@ hashcomp.h \-
.in +1c
.ti -1c
+.RI "namespace \fBnspace\fP"
+.br
+.ti -1c
.RI "namespace \fBirc\fP"
.br
+.in -1c
+.SS "Classes"
+
+.in +1c
+.ti -1c
+.RI "struct \fBnspace::hash< in_addr >\fP"
+.br
.ti -1c
-.RI "namespace \fBnspace\fP"
+.RI "struct \fBnspace::hash< string >\fP"
+.br
+.ti -1c
+.RI "struct \fBirc::StrHashComp\fP"
+.br
+.RI "\fIThis class returns true if two strings match. \fP"
+.ti -1c
+.RI "struct \fBirc::InAddr_HashComp\fP"
+.br
+.RI "\fIThis class returns true if two in_addr structs match. \fP"
+.ti -1c
+.RI "struct \fBirc::irc_char_traits\fP"
.br
+.RI "\fIThe \fBirc_char_traits\fP class is used for RFC-style comparison of strings. \fP"
.in -1c
.SS "Defines"
@@ -28,6 +50,14 @@ hashcomp.h \-
.RI "#define \fBnspace\fP __gnu_cxx"
.br
.in -1c
+.SS "Typedefs"
+
+.in +1c
+.ti -1c
+.RI "typedef basic_string< char, irc_char_traits, allocator< char > > \fBirc::string\fP"
+.br
+.RI "\fIThis typedef declares \fBirc::string\fP based upon \fBirc_char_traits\fP. \fP"
+.in -1c
.SH "Define Documentation"
.PP
.SS "#define nspace __gnu_cxx"