summaryrefslogtreecommitdiff
path: root/docs/man/man3/hashcomp.h.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-19 18:33:34 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-19 18:33:34 +0000
commit55d0f56eaa0b8dc713b0188a5019493378126dac (patch)
tree76da5c7e464c2c170a8ca742e31ba12276cedb28 /docs/man/man3/hashcomp.h.3
parentf62de63955ff77e800360eb140f108b5d2c6c075 (diff)
Deleted.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2581 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/hashcomp.h.3')
-rw-r--r--docs/man/man3/hashcomp.h.368
1 files changed, 0 insertions, 68 deletions
diff --git a/docs/man/man3/hashcomp.h.3 b/docs/man/man3/hashcomp.h.3
deleted file mode 100644
index cd2cfe35e..000000000
--- a/docs/man/man3/hashcomp.h.3
+++ /dev/null
@@ -1,68 +0,0 @@
-.TH "hashcomp.h" 3 "19 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
-.ad l
-.nh
-.SH NAME
-hashcomp.h \-
-.SH SYNOPSIS
-.br
-.PP
-\fC#include 'inspircd_config.h'\fP
-.br
-\fC#include <ext/hash_map>\fP
-.br
-
-.SS "Namespaces"
-
-.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 "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"
-
-.in +1c
-.ti -1c
-.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"
-.PP
-Definition at line 44 of file hashcomp.h.
-.SH "Author"
-.PP
-Generated automatically by Doxygen for InspIRCd from the source code.