]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/structnspace_1_1nspace_1_1hash_3_01in__addr_01_4.html
Added docs for new smaller memory footprint classes
[user/henk/code/inspircd.git] / docs / module-doc / structnspace_1_1nspace_1_1hash_3_01in__addr_01_4.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>InspIRCd:  Templatenspace::hash&lt; in_addr &gt; struct Reference</title>
4 <link href="inspircd.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.3.3 -->
7 <div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Compound&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Compound&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
8 <h1>nspace::hash&lt; in_addr &gt; Struct Template Reference</h1><a href="structnspace_1_1nspace_1_1hash_3_01in__addr_01_4-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
9 <tr><td></td></tr>
10 <tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
11 <tr><td class="memItemLeft" nowrap align=right valign=top>size_t&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structnspace_1_1nspace_1_1hash_3_01in__addr_01_4.html#a0">operator()</a> (const struct in_addr &amp;a) const</td></tr>
12
13 </table>
14 <h3>template&lt;&gt;<br>
15  struct nspace::hash&lt; in_addr &gt;</h3>
16
17 <hr><h2>Member Function Documentation</h2>
18 <a name="a0" doxytag="nspace::nspace::hash< in_addr >::operator()"></a><p>
19 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
20   <tr>
21     <td class="mdRow">
22       <table cellpadding="0" cellspacing="0" border="0">
23         <tr>
24           <td class="md" nowrap valign="top"> size_t nspace::hash&lt; in_addr &gt;::operator() </td>
25           <td class="md" valign="top">(&nbsp;</td>
26           <td class="md" nowrap valign="top">const struct in_addr &amp;&nbsp;</td>
27           <td class="mdname1" valign="top" nowrap> <em>a</em>          </td>
28           <td class="md" valign="top">&nbsp;)&nbsp;</td>
29           <td class="md" nowrap> const<code> [inline]</code></td>
30         </tr>
31
32       </table>
33     </td>
34   </tr>
35 </table>
36 <table cellspacing=5 cellpadding=0 border=0>
37   <tr>
38     <td>
39       &nbsp;
40     </td>
41     <td>
42
43 <p>
44
45 <p>
46 Definition at line <a class="el" href="modules_8cpp-source.html#l00129">129</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
47 <p>
48 <div class="fragment"><pre>00130                 {
49 00131                         size_t q;
50 00132                         memcpy(&amp;q,&amp;a,<span class="keyword">sizeof</span>(size_t));
51 00133                         <span class="keywordflow">return</span> q;
52 00134                 }
53 </pre></div>    </td>
54   </tr>
55 </table>
56 <hr>The documentation for this struct was generated from the following file:<ul>
57 <li><a class="el" href="modules_8cpp-source.html">modules.cpp</a></ul>
58 <hr size="1"><address style="align: right;"><small>Generated on Thu May 12 22:59:07 2005 for InspIRCd by
59 <a href="http://www.doxygen.org/index.html">
60 <img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
61 </a>1.3.3 </small></address>
62 </body>
63 </html>