diff options
Diffstat (limited to 'docs/module-doc/classXLine.html')
-rw-r--r-- | docs/module-doc/classXLine.html | 192 |
1 files changed, 0 insertions, 192 deletions
diff --git a/docs/module-doc/classXLine.html b/docs/module-doc/classXLine.html deleted file mode 100644 index 322ddc27b..000000000 --- a/docs/module-doc/classXLine.html +++ /dev/null @@ -1,192 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> -<title>InspIRCd: XLine Class Reference</title> -<link href="inspircd.doxygen.css" rel="stylesheet" type="text/css"> -</head><body> -<!-- Generated by Doxygen 1.4.4-20050815 --> -<div class="qindex"><a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div> -<h1>XLine Class Reference</h1><!-- doxytag: class="XLine" --><!-- doxytag: inherits="classbase" -->XLine is the base class for ban lines such as G lines and K lines. -<a href="#_details">More...</a> -<p> -<code>#include <<a class="el" href="xline_8h-source.html">xline.h</a>></code> -<p> -Inheritance diagram for XLine:<p><center><img src="classXLine__inherit__graph.gif" border="0" usemap="#XLine__inherit__map" alt="Inheritance graph"></center> -<map name="XLine__inherit__map"> -<area href="classELine.html" shape="rect" coords="7,156,63,183" alt=""> -<area href="classGLine.html" shape="rect" coords="87,156,146,183" alt=""> -<area href="classKLine.html" shape="rect" coords="170,156,226,183" alt=""> -<area href="classQLine.html" shape="rect" coords="250,156,308,183" alt=""> -<area href="classZLine.html" shape="rect" coords="332,156,388,183" alt=""> -<area href="classclassbase.html" shape="rect" coords="158,7,238,33" alt=""> -</map> -<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XLine:<p><center><img src="classXLine__coll__graph.gif" border="0" usemap="#XLine__coll__map" alt="Collaboration graph"></center> -<map name="XLine__coll__map"> -<area href="classclassbase.html" shape="rect" coords="107,97,187,124" alt=""> -</map> -<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classXLine-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> -<tr><td></td></tr> -<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">time_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classXLine.html#set_5Ftime">set_time</a></td></tr> - -<tr><td class="mdescLeft"> </td><td class="mdescRight">The time the line was added. <a href="#set_5Ftime"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="classXLine.html#duration">duration</a></td></tr> - -<tr><td class="mdescLeft"> </td><td class="mdescRight">The duration of the ban, or 0 if permenant. <a href="#duration"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">char </td><td class="memItemRight" valign="bottom"><a class="el" href="classXLine.html#source_5B_32_35_36_5D">source</a> [256]</td></tr> - -<tr><td class="mdescLeft"> </td><td class="mdescRight">Source of the ban. <a href="#source_5B_32_35_36_5D"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">char </td><td class="memItemRight" valign="bottom"><a class="el" href="classXLine.html#reason_5BMAXBUF_5D">reason</a> [MAXBUF]</td></tr> - -<tr><td class="mdescLeft"> </td><td class="mdescRight">Reason for the ban. <a href="#reason_5BMAXBUF_5D"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="classXLine.html#n_5Fmatches">n_matches</a></td></tr> - -<tr><td class="mdescLeft"> </td><td class="mdescRight">Number of times the core matches the ban, for statistics. <a href="#n_5Fmatches"></a><br></td></tr> -</table> -<hr><a name="_details"></a><h2>Detailed Description</h2> -XLine is the base class for ban lines such as G lines and K lines. -<p> - -<p> -Definition at line <a class="el" href="xline_8h-source.html#l00039">39</a> of file <a class="el" href="xline_8h-source.html">xline.h</a>.<hr><h2>Member Data Documentation</h2> -<a class="anchor" name="duration"></a><!-- doxytag: member="XLine::duration" ref="duration" args="" --><p> -<table class="mdTable" cellpadding="2" cellspacing="0"> - <tr> - <td class="mdRow"> - <table cellpadding="0" cellspacing="0" border="0"> - <tr> - <td class="md" nowrap valign="top">long <a class="el" href="classXLine.html#duration">XLine::duration</a> </td> - </tr> - </table> - </td> - </tr> -</table> -<table cellspacing="5" cellpadding="0" border="0"> - <tr> - <td> - - </td> - <td> - -<p> -The duration of the ban, or 0 if permenant. -<p> - -<p> -Definition at line <a class="el" href="xline_8h-source.html#l00049">49</a> of file <a class="el" href="xline_8h-source.html">xline.h</a>. </td> - </tr> -</table> -<a class="anchor" name="n_5Fmatches"></a><!-- doxytag: member="XLine::n_matches" ref="n_5Fmatches" args="" --><p> -<table class="mdTable" cellpadding="2" cellspacing="0"> - <tr> - <td class="mdRow"> - <table cellpadding="0" cellspacing="0" border="0"> - <tr> - <td class="md" nowrap valign="top">long <a class="el" href="classXLine.html#n_5Fmatches">XLine::n_matches</a> </td> - </tr> - </table> - </td> - </tr> -</table> -<table cellspacing="5" cellpadding="0" border="0"> - <tr> - <td> - - </td> - <td> - -<p> -Number of times the core matches the ban, for statistics. -<p> - -<p> -Definition at line <a class="el" href="xline_8h-source.html#l00061">61</a> of file <a class="el" href="xline_8h-source.html">xline.h</a>. </td> - </tr> -</table> -<a class="anchor" name="reason_5BMAXBUF_5D"></a><!-- doxytag: member="XLine::reason" ref="reason_5BMAXBUF_5D" args="[MAXBUF]" --><p> -<table class="mdTable" cellpadding="2" cellspacing="0"> - <tr> - <td class="mdRow"> - <table cellpadding="0" cellspacing="0" border="0"> - <tr> - <td class="md" nowrap valign="top">char <a class="el" href="classXLine.html#reason_5BMAXBUF_5D">XLine::reason</a>[MAXBUF] </td> - </tr> - </table> - </td> - </tr> -</table> -<table cellspacing="5" cellpadding="0" border="0"> - <tr> - <td> - - </td> - <td> - -<p> -Reason for the ban. -<p> - -<p> -Definition at line <a class="el" href="xline_8h-source.html#l00057">57</a> of file <a class="el" href="xline_8h-source.html">xline.h</a>. </td> - </tr> -</table> -<a class="anchor" name="set_5Ftime"></a><!-- doxytag: member="XLine::set_time" ref="set_5Ftime" args="" --><p> -<table class="mdTable" cellpadding="2" cellspacing="0"> - <tr> - <td class="mdRow"> - <table cellpadding="0" cellspacing="0" border="0"> - <tr> - <td class="md" nowrap valign="top">time_t <a class="el" href="classXLine.html#set_5Ftime">XLine::set_time</a> </td> - </tr> - </table> - </td> - </tr> -</table> -<table cellspacing="5" cellpadding="0" border="0"> - <tr> - <td> - - </td> - <td> - -<p> -The time the line was added. -<p> - -<p> -Definition at line <a class="el" href="xline_8h-source.html#l00045">45</a> of file <a class="el" href="xline_8h-source.html">xline.h</a>. </td> - </tr> -</table> -<a class="anchor" name="source_5B_32_35_36_5D"></a><!-- doxytag: member="XLine::source" ref="source_5B_32_35_36_5D" args="[256]" --><p> -<table class="mdTable" cellpadding="2" cellspacing="0"> - <tr> - <td class="mdRow"> - <table cellpadding="0" cellspacing="0" border="0"> - <tr> - <td class="md" nowrap valign="top">char <a class="el" href="classXLine.html#source_5B_32_35_36_5D">XLine::source</a>[256] </td> - </tr> - </table> - </td> - </tr> -</table> -<table cellspacing="5" cellpadding="0" border="0"> - <tr> - <td> - - </td> - <td> - -<p> -Source of the ban. -<p> -This can be a servername or an oper nickname -<p> -Definition at line <a class="el" href="xline_8h-source.html#l00053">53</a> of file <a class="el" href="xline_8h-source.html">xline.h</a>. </td> - </tr> -</table> -<hr>The documentation for this class was generated from the following file:<ul> -<li><a class="el" href="xline_8h-source.html">xline.h</a></ul> -<hr size="1"><address style="align: right;"><small>Generated on Mon Dec 19 18:05:24 2005 for InspIRCd by -<a href="http://www.doxygen.org/index.html"> -<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4-20050815 </small></address> -</body> -</html> |