diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-30 05:23:22 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-30 05:23:22 +0000 |
commit | 956328e80741c88cdae6d98b07be4171c98f4e26 (patch) | |
tree | ad61830f2cc82fa0cc2e20294ed3416f3abf12ae /docs/module-doc/base_8h.html | |
parent | 02c18fcb826e63ce7c654d44e9f0afe1eafa7a64 (diff) |
Added docs for base: BoolSet
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1565 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/module-doc/base_8h.html')
-rw-r--r-- | docs/module-doc/base_8h.html | 59 |
1 files changed, 58 insertions, 1 deletions
diff --git a/docs/module-doc/base_8h.html b/docs/module-doc/base_8h.html index d29ee2284..6da6ca04e 100644 --- a/docs/module-doc/base_8h.html +++ b/docs/module-doc/base_8h.html @@ -26,6 +26,9 @@ This graph shows which files directly or indirectly include this file:<p><center <a href="base_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0> <tr><td></td></tr> <tr><td colspan=2><br><h2>Compounds</h2></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>class </td><td class="memItemRight" valign=bottom><a class="el" href="classBoolSet.html">BoolSet</a></td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">BoolSet is a utility class designed to hold eight bools in a bitmask. </em> <a href="classBoolSet.html#_details">More...</a><em><br><br></td></tr> <tr><td class="memItemLeft" nowrap align=right valign=top>class </td><td class="memItemRight" valign=bottom><a class="el" href="classclassbase.html">classbase</a></td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">The base class for all inspircd classes. </em> <a href="classclassbase.html#_details">More...</a><em><br><br></td></tr> @@ -35,6 +38,11 @@ This graph shows which files directly or indirectly include this file:<p><center <tr><td colspan=2><br><h2>Typedefs</h2></td></tr> <tr><td class="memItemLeft" nowrap align=right valign=top>typedef void * </td><td class="memItemRight" valign=bottom><a class="el" href="base_8h.html#a0">VoidPointer</a></td></tr> +<tr><td colspan=2><br><h2>Variables</h2></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>const int </td><td class="memItemRight" valign=bottom><a class="el" href="base_8h.html#a1">bitfields</a> [] = {1,2,4,8,16,32,64,128}</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>const int </td><td class="memItemRight" valign=bottom><a class="el" href="base_8h.html#a2">inverted_bitfields</a> [] = {~1,~2,~4,~8,~16,~32,~64,~128}</td></tr> + </table> <hr><h2>Typedef Documentation</h2> <a name="a0" doxytag="base.h::VoidPointer"></a><p> @@ -61,7 +69,56 @@ This graph shows which files directly or indirectly include this file:<p><center Definition at line <a class="el" href="base_8h-source.html#l00025">25</a> of file <a class="el" href="base_8h-source.html">base.h</a>. </td> </tr> </table> -<hr size="1"><address style="align: right;"><small>Generated on Wed May 25 22:02:07 2005 for InspIRCd by +<hr><h2>Variable Documentation</h2> +<a name="a1" doxytag="base.h::bitfields"></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> const int <a class="el" href="base_8h.html#a1">bitfields</a>[] = {1,2,4,8,16,32,64,128} + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="base_8h-source.html#l00091">91</a> of file <a class="el" href="base_8h-source.html">base.h</a>. </td> + </tr> +</table> +<a name="a2" doxytag="base.h::inverted_bitfields"></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> const int <a class="el" href="base_8h.html#a2">inverted_bitfields</a>[] = {~1,~2,~4,~8,~16,~32,~64,~128} + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="base_8h-source.html#l00092">92</a> of file <a class="el" href="base_8h-source.html">base.h</a>. </td> + </tr> +</table> +<hr size="1"><address style="align: right;"><small>Generated on Mon May 30 05:15:25 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> |