]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classclassbase.html
Added base.cpp, fixed documentation for userrec::HasPermission
[user/henk/code/inspircd.git] / docs / module-doc / classclassbase.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>classbase class Reference</title>
4 <link href="inspircd.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.3-rc3 -->
7 <center>
8 <a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
9 <hr><h1>classbase Class Reference</h1>The base class for all inspircd classes. 
10 <a href="#_details">More...</a>
11 <p>
12 <code>#include &lt;<a class="el" href="base_8h-source.html">base.h</a>&gt;</code>
13 <p>
14 Inheritance diagram for classbase:<p><center><img src="classclassbase__inherit__graph.gif" border="0" usemap="#classbase__inherit__map" alt="Inheritance graph"></center>
15 <map name="classbase__inherit__map">
16 <area href="classAdmin.html" shape="rect" coords="163,5,211,27" alt="">
17 <area href="classConfigReader.html" shape="rect" coords="141,51,232,72" alt="">
18 <area href="classConnectClass.html" shape="rect" coords="143,96,231,117" alt="">
19 <area href="classExtensible.html" shape="rect" coords="152,141,221,163" alt="">
20 <area href="classExtMode.html" shape="rect" coords="157,187,216,208" alt="">
21 <area href="classFileReader.html" shape="rect" coords="149,232,224,253" alt="">
22 <area href="classHostItem.html" shape="rect" coords="157,277,216,299" alt="">
23 <area href="classInvited.html" shape="rect" coords="164,323,209,344" alt="">
24 <area href="classModeParameter.html" shape="rect" coords="135,368,239,389" alt="">
25 <area href="classModule.html" shape="rect" coords="161,413,212,435" alt="">
26 <area href="classModuleFactory.html" shape="rect" coords="140,459,233,480" alt="">
27 <area href="classpacket.html" shape="rect" coords="161,504,212,525" alt="">
28 <area href="classServer.html" shape="rect" coords="161,549,212,571" alt="">
29 <area href="classVersion.html" shape="rect" coords="160,595,213,616" alt="">
30 <area href="classXLine.html" shape="rect" coords="165,640,208,661" alt="">
31 </map>
32 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for classbase:<p><center><img src="classclassbase__coll__graph.gif" border="0" usemap="#classbase__coll__map" alt="Collaboration graph"></center>
33 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classclassbase-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
34 <tr><td></td></tr>
35 <tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
36 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classclassbase.html#a0">classbase</a> ()</td></tr>
37 <tr><td>&nbsp;</td><td><font size=-1><em>Constructor, Sets the object's time.</em> <a href="#a0"></a><em></em></font><br><br></td></tr>
38 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classclassbase.html#a1">~classbase</a> ()</td></tr>
39 <tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
40 <tr><td nowrap align=right valign=top>time_t&nbsp;</td><td valign=bottom><a class="el" href="classclassbase.html#m0">age</a></td></tr>
41 <tr><td>&nbsp;</td><td><font size=-1><em>Time that the object was instantiated (used for TS calculation etc).</em> <a href="#m0"></a><em></em></font><br><br></td></tr>
42 </table>
43 <hr><a name="_details"></a><h2>Detailed Description</h2>
44 The base class for all inspircd classes.
45 <p>
46
47 <p>
48 Definition at line <a class="el" href="base_8h-source.html#l00017">17</a> of file <a class="el" href="base_8h-source.html">base.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
49 <a name="a0" doxytag="classbase::classbase"></a><p>
50 <table width="100%" cellpadding="2" cellspacing="0" border="0">
51   <tr>
52     <td class="md">
53       <table cellpadding="0" cellspacing="0" border="0">
54         <tr>
55           <td class="md" nowrap valign="top"> classbase::classbase </td>
56           <td class="md" valign="top">(&nbsp;</td>
57           <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
58           <td class="md" valign="top">)&nbsp;</td>
59           <td class="md" nowrap><code> [inline]</code></td>
60         </tr>
61
62       </table>
63     </td>
64   </tr>
65 </table>
66 <table cellspacing=5 cellpadding=0 border=0>
67   <tr>
68     <td>
69       &nbsp;
70     </td>
71     <td>
72
73 <p>
74 Constructor, Sets the object's time.
75 <p>
76
77 <p>
78 Definition at line <a class="el" href="base_8h-source.html#l00027">27</a> of file <a class="el" href="base_8h-source.html">base.h</a>.
79 <p>
80 <div class="fragment"><pre>00027 { <a class="code" href="classclassbase.html#m0">age</a> = time(NULL); }
81 </pre></div>    </td>
82   </tr>
83 </table>
84 <a name="a1" doxytag="classbase::~classbase"></a><p>
85 <table width="100%" cellpadding="2" cellspacing="0" border="0">
86   <tr>
87     <td class="md">
88       <table cellpadding="0" cellspacing="0" border="0">
89         <tr>
90           <td class="md" nowrap valign="top"> classbase::~classbase </td>
91           <td class="md" valign="top">(&nbsp;</td>
92           <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
93           <td class="md" valign="top">)&nbsp;</td>
94           <td class="md" nowrap><code> [inline]</code></td>
95         </tr>
96
97       </table>
98     </td>
99   </tr>
100 </table>
101 <table cellspacing=5 cellpadding=0 border=0>
102   <tr>
103     <td>
104       &nbsp;
105     </td>
106     <td>
107
108 <p>
109
110 <p>
111 Definition at line <a class="el" href="base_8h-source.html#l00028">28</a> of file <a class="el" href="base_8h-source.html">base.h</a>.
112 <p>
113 <div class="fragment"><pre>00028 { }
114 </pre></div>    </td>
115   </tr>
116 </table>
117 <hr><h2>Member Data Documentation</h2>
118 <a name="m0" doxytag="classbase::age"></a><p>
119 <table width="100%" cellpadding="2" cellspacing="0" border="0">
120   <tr>
121     <td class="md">
122       <table cellpadding="0" cellspacing="0" border="0">
123         <tr>
124           <td class="md" nowrap valign="top"> time_t classbase::age
125       </table>
126     </td>
127   </tr>
128 </table>
129 <table cellspacing=5 cellpadding=0 border=0>
130   <tr>
131     <td>
132       &nbsp;
133     </td>
134     <td>
135
136 <p>
137 Time that the object was instantiated (used for TS calculation etc).
138 <p>
139
140 <p>
141 Definition at line <a class="el" href="base_8h-source.html#l00022">22</a> of file <a class="el" href="base_8h-source.html">base.h</a>.    </td>
142   </tr>
143 </table>
144 <hr>The documentation for this class was generated from the following file:<ul>
145 <li><a class="el" href="base_8h-source.html">base.h</a></ul>
146 <hr><address style="align: right;"><small>Generated on Fri Apr 30 15:46:34 2004 for InspIRCd by
147 <a href="http://www.doxygen.org/index.html">
148 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
149 width=110 height=53></a>1.3-rc3 </small></address>
150 </body>
151 </html>