diff options
Diffstat (limited to 'docs/module-doc/base_8h-source.html')
-rw-r--r-- | docs/module-doc/base_8h-source.html | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/docs/module-doc/base_8h-source.html b/docs/module-doc/base_8h-source.html index 7b06bb044..60a2faf6b 100644 --- a/docs/module-doc/base_8h-source.html +++ b/docs/module-doc/base_8h-source.html @@ -32,11 +32,19 @@ <a name="l00038"></a><a class="code" href="classExtensible.html">00038</a> <span class="keyword">class </span><a class="code" href="classExtensible.html">Extensible</a> : <span class="keyword">public</span> <a class="code" href="classclassbase.html">classbase</a> 00039 { <a name="l00042"></a><a class="code" href="classExtensible.html#o0">00042</a> std::map<std::string,VoidPointer> <a class="code" href="classExtensible.html#o0">Extension_Items</a>; -00043 }; -00044 -00045 <span class="preprocessor">#endif</span> -00046 <span class="preprocessor"></span> -</pre></div><hr><address style="align: right;"><small>Generated on Thu Apr 29 16:30:32 2004 for InspIRCd by +00043 +00044 <span class="keyword">public</span>: +00045 +00052 <span class="keywordtype">bool</span> <a class="code" href="classExtensible.html#a0">Extend</a>(std::string key, VoidPointer p); +00053 +00059 <span class="keywordtype">bool</span> <a class="code" href="classExtensible.html#a1">Shrink</a>(std::string key); +00060 +00065 <a class="code" href="base_8h.html#a0">VoidPointer</a> <a class="code" href="classExtensible.html#a2">GetExt</a>(std::string key); +00066 }; +00067 +00068 <span class="preprocessor">#endif</span> +00069 <span class="preprocessor"></span> +</pre></div><hr><address style="align: right;"><small>Generated on Fri Apr 30 13:23:13 2004 for InspIRCd by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.3-rc3 </small></address> |