diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-15 19:13:59 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-15 19:13:59 +0000 |
commit | 5de064387b5d47725ff278ae537c97f0a0f4a21e (patch) | |
tree | 990e4a5ed20aa287a8fc53d18f36a0c65a44e4ed /docs/module-doc/modules_8cpp.html | |
parent | 636f32fcd0ac8bdd5bb70e04b6205d9980ef344e (diff) |
New docs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1399 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/module-doc/modules_8cpp.html')
-rw-r--r-- | docs/module-doc/modules_8cpp.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/module-doc/modules_8cpp.html b/docs/module-doc/modules_8cpp.html index b43b1f7af..f7c0e4c3c 100644 --- a/docs/module-doc/modules_8cpp.html +++ b/docs/module-doc/modules_8cpp.html @@ -58,19 +58,19 @@ Include dependency graph for modules.cpp:<p><center><img src="modules_8cpp__incl <tr><td colspan=2><br><h2>Typedefs</h2></td></tr> <tr><td class="memItemLeft" nowrap align=right valign=top>typedef nspace::hash_map<<br> std::string, <a class="el" href="classuserrec.html">userrec</a> *, nspace::hash<<br> - string >, <a class="el" href="structStrHashComp.html">StrHashComp</a> > </td><td class="memItemRight" valign=bottom><a class="el" href="modules_8cpp.html#a38">user_hash</a></td></tr> + string >, <a class="el" href="structirc_1_1StrHashComp.html">irc::StrHashComp</a> > </td><td class="memItemRight" valign=bottom><a class="el" href="modules_8cpp.html#a38">user_hash</a></td></tr> <tr><td class="memItemLeft" nowrap align=right valign=top>typedef nspace::hash_map<<br> std::string, <a class="el" href="classchanrec.html">chanrec</a> *, nspace::hash<<br> - string >, <a class="el" href="structStrHashComp.html">StrHashComp</a> > </td><td class="memItemRight" valign=bottom><a class="el" href="modules_8cpp.html#a39">chan_hash</a></td></tr> + string >, <a class="el" href="structirc_1_1StrHashComp.html">irc::StrHashComp</a> > </td><td class="memItemRight" valign=bottom><a class="el" href="modules_8cpp.html#a39">chan_hash</a></td></tr> <tr><td class="memItemLeft" nowrap align=right valign=top>typedef nspace::hash_map<<br> in_addr, string *, nspace::hash<<br> - in_addr >, <a class="el" href="structInAddr__HashComp.html">InAddr_HashComp</a> > </td><td class="memItemRight" valign=bottom><a class="el" href="modules_8cpp.html#a40">address_cache</a></td></tr> + in_addr >, <a class="el" href="structirc_1_1InAddr__HashComp.html">irc::InAddr_HashComp</a> > </td><td class="memItemRight" valign=bottom><a class="el" href="modules_8cpp.html#a40">address_cache</a></td></tr> <tr><td class="memItemLeft" nowrap align=right valign=top>typedef nspace::hash_map<<br> std::string, <a class="el" href="classWhoWasUser.html">WhoWasUser</a> *,<br> - nspace::hash< string >, <a class="el" href="structStrHashComp.html">StrHashComp</a> > </td><td class="memItemRight" valign=bottom><a class="el" href="modules_8cpp.html#a41">whowas_hash</a></td></tr> + nspace::hash< string >, <a class="el" href="structirc_1_1StrHashComp.html">irc::StrHashComp</a> > </td><td class="memItemRight" valign=bottom><a class="el" href="modules_8cpp.html#a41">whowas_hash</a></td></tr> <tr><td class="memItemLeft" nowrap align=right valign=top>typedef std::deque< <a class="el" href="classcommand__t.html">command_t</a> > </td><td class="memItemRight" valign=bottom><a class="el" href="modules_8cpp.html#a42">command_table</a></td></tr> @@ -198,7 +198,7 @@ Include dependency graph for modules.cpp:<p><center><img src="modules_8cpp__incl <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> - <td class="md" nowrap valign="top"> typedef nspace::hash_map<in_addr,string*, nspace::hash<in_addr>, <a class="el" href="structInAddr__HashComp.html">InAddr_HashComp</a>> <a class="el" href="modules_8cpp.html#a40">address_cache</a> + <td class="md" nowrap valign="top"> typedef nspace::hash_map<in_addr,string*, nspace::hash<in_addr>, <a class="el" href="structirc_1_1InAddr__HashComp.html">irc::InAddr_HashComp</a>> <a class="el" href="modules_8cpp.html#a40">address_cache</a> </table> </td> </tr> @@ -222,7 +222,7 @@ Definition at line <a class="el" href="modules_8cpp-source.html#l00111">111</a> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> - <td class="md" nowrap valign="top"> typedef nspace::hash_map<std::string, <a class="el" href="classchanrec.html">chanrec</a>*, nspace::hash<string>, <a class="el" href="structStrHashComp.html">StrHashComp</a>> <a class="el" href="modules_8cpp.html#a39">chan_hash</a> + <td class="md" nowrap valign="top"> typedef nspace::hash_map<std::string, <a class="el" href="classchanrec.html">chanrec</a>*, nspace::hash<string>, <a class="el" href="structirc_1_1StrHashComp.html">irc::StrHashComp</a>> <a class="el" href="modules_8cpp.html#a39">chan_hash</a> </table> </td> </tr> @@ -320,7 +320,7 @@ Referenced by <a class="el" href="modules_8cpp-source.html#l00146">ModeDefined() <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> - <td class="md" nowrap valign="top"> typedef nspace::hash_map<std::string, <a class="el" href="classuserrec.html">userrec</a>*, nspace::hash<string>, <a class="el" href="structStrHashComp.html">StrHashComp</a>> <a class="el" href="modules_8cpp.html#a38">user_hash</a> + <td class="md" nowrap valign="top"> typedef nspace::hash_map<std::string, <a class="el" href="classuserrec.html">userrec</a>*, nspace::hash<string>, <a class="el" href="structirc_1_1StrHashComp.html">irc::StrHashComp</a>> <a class="el" href="modules_8cpp.html#a38">user_hash</a> </table> </td> </tr> @@ -344,7 +344,7 @@ Definition at line <a class="el" href="modules_8cpp-source.html#l00109">109</a> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> - <td class="md" nowrap valign="top"> typedef nspace::hash_map<std::string, <a class="el" href="classWhoWasUser.html">WhoWasUser</a>*, nspace::hash<string>, <a class="el" href="structStrHashComp.html">StrHashComp</a>> <a class="el" href="modules_8cpp.html#a41">whowas_hash</a> + <td class="md" nowrap valign="top"> typedef nspace::hash_map<std::string, <a class="el" href="classWhoWasUser.html">WhoWasUser</a>*, nspace::hash<string>, <a class="el" href="structirc_1_1StrHashComp.html">irc::StrHashComp</a>> <a class="el" href="modules_8cpp.html#a41">whowas_hash</a> </table> </td> </tr> @@ -1921,7 +1921,7 @@ Definition at line <a class="el" href="modules_8cpp-source.html#l00084">84</a> o Definition at line <a class="el" href="modules_8cpp-source.html#l00083">83</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>. </td> </tr> </table> -<hr size="1"><address style="align: right;"><small>Generated on Sun May 15 17:02:42 2005 for InspIRCd by +<hr size="1"><address style="align: right;"><small>Generated on Sun May 15 18:37:18 2005 for InspIRCd by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.3 </small></address> |