summaryrefslogtreecommitdiff
path: root/docs/man/man3/irc.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-15 19:13:59 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-15 19:13:59 +0000
commit5de064387b5d47725ff278ae537c97f0a0f4a21e (patch)
tree990e4a5ed20aa287a8fc53d18f36a0c65a44e4ed /docs/man/man3/irc.3
parent636f32fcd0ac8bdd5bb70e04b6205d9980ef344e (diff)
New docs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1399 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/irc.3')
-rw-r--r--docs/man/man3/irc.310
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/man/man3/irc.3 b/docs/man/man3/irc.3
index a825271ad..c1bcb5dfc 100644
--- a/docs/man/man3/irc.3
+++ b/docs/man/man3/irc.3
@@ -11,9 +11,17 @@ irc \- The irc namespace contains a number of helper classes.
.in +1c
.ti -1c
+.RI "struct \fBInAddr_HashComp\fP"
+.br
+.RI "\fIThis class returns true if two in_addr structs match. \fP"
+.ti -1c
.RI "struct \fBirc_char_traits\fP"
.br
.RI "\fIThe \fBirc_char_traits\fP class is used for RFC-style comparison of strings. \fP"
+.ti -1c
+.RI "struct \fBStrHashComp\fP"
+.br
+.RI "\fIThis class returns true if two strings match. \fP"
.in -1c
.SS "Typedefs"
@@ -30,7 +38,7 @@ The irc namespace contains a number of helper classes.
.PP
.SS "typedef basic_string<char, \fBirc_char_traits\fP, allocator<char> > \fBirc::string\fP"
.PP
-This typedef declares \fBirc::string\fP based upon \fBirc_char_traits\fP. Definition at line 111 of file hashcomp.h.
+This typedef declares \fBirc::string\fP based upon \fBirc_char_traits\fP. Definition at line 114 of file hashcomp.h.
.SH "Author"
.PP
Generated automatically by Doxygen for InspIRCd from the source code.