diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-15 17:05:15 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-15 17:05:15 +0000 |
commit | 4d5a17380bc71cabe544b41c7c8a26a292384f3d (patch) | |
tree | 9a882bc421d4c250817a17980265b76e06e4cf8c /docs/man/man3/hashcomp.h.3 | |
parent | a48ee868ed80b689b773fdd9bbd8f1e761dc3b8a (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/hashcomp.h.3')
-rw-r--r-- | docs/man/man3/hashcomp.h.3 | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/man/man3/hashcomp.h.3 b/docs/man/man3/hashcomp.h.3 new file mode 100644 index 000000000..abd940138 --- /dev/null +++ b/docs/man/man3/hashcomp.h.3 @@ -0,0 +1,50 @@ +.TH "hashcomp.h" 3 "15 May 2005" "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 \fBirc\fP" +.br +.ti -1c +.RI "namespace \fBnspace\fP" +.br +.in -1c +.SS "Compounds" + +.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 \fBStrHashComp\fP" +.br +.RI "\fIThis class returns true if two strings match. \fP" +.in -1c +.SS "Defines" + +.in +1c +.ti -1c +.RI "#define \fBnspace\fP __gnu_cxx" +.br +.in -1c +.SH "Define Documentation" +.PP +.SS "#define nspace __gnu_cxx" +.PP +Definition at line 29 of file hashcomp.h. +.SH "Author" +.PP +Generated automatically by Doxygen for InspIRCd from the source code. |