summaryrefslogtreecommitdiff
path: root/docs/man/man3/StrHashComp.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man3/StrHashComp.3')
-rw-r--r--docs/man/man3/StrHashComp.336
1 files changed, 0 insertions, 36 deletions
diff --git a/docs/man/man3/StrHashComp.3 b/docs/man/man3/StrHashComp.3
deleted file mode 100644
index bff4dec00..000000000
--- a/docs/man/man3/StrHashComp.3
+++ /dev/null
@@ -1,36 +0,0 @@
-.TH "StrHashComp" 3 "15 May 2005" "InspIRCd" \" -*- nroff -*-
-.ad l
-.nh
-.SH NAME
-StrHashComp \- This class returns true if two strings match.
-
-.PP
-.SH SYNOPSIS
-.br
-.PP
-\fC#include <hashcomp.h>\fP
-.PP
-.SS "Public Member Functions"
-
-.in +1c
-.ti -1c
-.RI "bool \fBoperator()\fP (const string &s1, const string &s2) const"
-.br
-.RI "\fIThe operator () does the actual comparison in hash_map. \fP"
-.in -1c
-.SH "Detailed Description"
-.PP
-This class returns true if two strings match.
-
-Case sensitivity is ignored, and the RFC 'character set' is adhered to
-.PP
-Definition at line 60 of file hashcomp.h.
-.SH "Member Function Documentation"
-.PP
-.SS "bool StrHashComp::operator() (const string & s1, const string & s2) const"
-.PP
-The operator () does the actual comparison in hash_map.
-
-.SH "Author"
-.PP
-Generated automatically by Doxygen for InspIRCd from the source code.