diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-19 18:33:34 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-19 18:33:34 +0000 |
commit | 55d0f56eaa0b8dc713b0188a5019493378126dac (patch) | |
tree | 76da5c7e464c2c170a8ca742e31ba12276cedb28 /docs/man/man3/StrHashComp.3 | |
parent | f62de63955ff77e800360eb140f108b5d2c6c075 (diff) |
Deleted.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2581 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/StrHashComp.3')
-rw-r--r-- | docs/man/man3/StrHashComp.3 | 36 |
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. |