summaryrefslogtreecommitdiff
path: root/docs/man/man3/irc.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-15 17:05:15 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-15 17:05:15 +0000
commit4d5a17380bc71cabe544b41c7c8a26a292384f3d (patch)
tree9a882bc421d4c250817a17980265b76e06e4cf8c /docs/man/man3/irc.3
parenta48ee868ed80b689b773fdd9bbd8f1e761dc3b8a (diff)
Added docs for hashcomp
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1396 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/irc.3')
-rw-r--r--docs/man/man3/irc.336
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/man/man3/irc.3 b/docs/man/man3/irc.3
new file mode 100644
index 000000000..a825271ad
--- /dev/null
+++ b/docs/man/man3/irc.3
@@ -0,0 +1,36 @@
+.TH "irc" 3 "15 May 2005" "InspIRCd" \" -*- nroff -*-
+.ad l
+.nh
+.SH NAME
+irc \- The irc namespace contains a number of helper classes.
+
+.SH SYNOPSIS
+.br
+.PP
+.SS "Compounds"
+
+.in +1c
+.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"
+.in -1c
+.SS "Typedefs"
+
+.in +1c
+.ti -1c
+.RI "typedef basic_string< char, \fBirc_char_traits\fP, allocator< char > > \fBstring\fP"
+.br
+.RI "\fIThis typedef declares \fBirc::string\fP based upon \fBirc_char_traits\fP. \fP"
+.in -1c
+.SH "Detailed Description"
+.PP
+The irc namespace contains a number of helper classes.
+.SH "Typedef Documentation"
+.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.
+.SH "Author"
+.PP
+Generated automatically by Doxygen for InspIRCd from the source code.