]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classExtensible.html
Documentation update for class 'Extensible'
[user/henk/code/inspircd.git] / docs / module-doc / classExtensible.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>Extensible 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>Extensible Class Reference</h1>class Extensible is the parent class of many classes such as userrec and chanrec. 
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 Extensible:<p><center><img src="classExtensible__inherit__graph.gif" border="0" usemap="#Extensible__inherit__map" alt="Inheritance graph"></center>
15 <map name="Extensible__inherit__map">
16 <area href="classchanrec.html" shape="rect" coords="7,155,65,176" alt="">
17 <area href="classconnection.html" shape="rect" coords="89,155,159,176" alt="">
18 <area href="classclassbase.html" shape="rect" coords="47,16,113,38" alt="">
19 <area href="classserverrec.html" shape="rect" coords="48,224,115,246" alt="">
20 <area href="classuserrec.html" shape="rect" coords="139,224,195,246" alt="">
21 </map>
22 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for Extensible:<p><center><img src="classExtensible__coll__graph.gif" border="0" usemap="#Extensible__coll__map" alt="Collaboration graph"></center>
23 <map name="Extensible__coll__map">
24 <area href="classclassbase.html" shape="rect" coords="7,107,73,128" alt="">
25 </map>
26 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classExtensible-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
27 <tr><td></td></tr>
28 <tr><td colspan=2><br><h2>Private Attributes</h2></td></tr>
29 <tr><td nowrap align=right valign=top>std::map&lt; std::string, <a class="el" href="base_8h.html#a0">VoidPointer</a> &gt;&nbsp;</td><td valign=bottom><a class="el" href="classExtensible.html#o0">Extension_Items</a></td></tr>
30 <tr><td>&nbsp;</td><td><font size=-1><em>Private data store.</em> <a href="#o0"></a><em></em></font><br><br></td></tr>
31 </table>
32 <hr><a name="_details"></a><h2>Detailed Description</h2>
33 class Extensible is the parent class of many classes such as userrec and chanrec.
34 <p>
35 class Extensible implements a system which allows modules to 'extend' the class by attaching data within a map associated with the object. In this way modules can store their own custom information within user objects, channel objects and server objects, without breaking other modules (this is more sensible than using a flags variable, and each module defining bits within the flag as 'theirs' as it is less prone to conflict and supports arbitary data storage). 
36 <p>
37
38 <p>
39 Definition at line <a class="el" href="base_8h-source.html#l00038">38</a> of file <a class="el" href="base_8h-source.html">base.h</a>.<hr><h2>Member Data Documentation</h2>
40 <a name="o0" doxytag="Extensible::Extension_Items"></a><p>
41 <table width="100%" cellpadding="2" cellspacing="0" border="0">
42   <tr>
43     <td class="md">
44       <table cellpadding="0" cellspacing="0" border="0">
45         <tr>
46           <td class="md" nowrap valign="top"> std::map&lt;std::string,<a class="el" href="base_8h.html#a0">VoidPointer</a>&gt; Extensible::Extension_Items<code> [private]</code>
47       </table>
48     </td>
49   </tr>
50 </table>
51 <table cellspacing=5 cellpadding=0 border=0>
52   <tr>
53     <td>
54       &nbsp;
55     </td>
56     <td>
57
58 <p>
59 Private data store.
60 <p>
61
62 <p>
63 Definition at line <a class="el" href="base_8h-source.html#l00042">42</a> of file <a class="el" href="base_8h-source.html">base.h</a>.    </td>
64   </tr>
65 </table>
66 <hr>The documentation for this class was generated from the following file:<ul>
67 <li><a class="el" href="base_8h-source.html">base.h</a></ul>
68 <hr><address style="align: right;"><small>Generated on Thu Apr 29 16:22:03 2004 for InspIRCd by
69 <a href="http://www.doxygen.org/index.html">
70 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
71 width=110 height=53></a>1.3-rc3 </small></address>
72 </body>
73 </html>