]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/structStrHashComp.html
Fixed 'fake direction' messages being put out by user->registered = 7 being set too...
[user/henk/code/inspircd.git] / docs / module-doc / structStrHashComp.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: StrHashComp struct Reference</title>
4 <link href="inspircd.doxygen.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="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Compound&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
8 <h1>StrHashComp Struct Reference</h1>This class returns true if two strings match.  
9 <a href="#_details">More...</a>
10 <p>
11 <code>#include &lt;<a class="el" href="hashcomp_8h-source.html">hashcomp.h</a>&gt;</code>
12 <p>
13 <a href="structStrHashComp-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
14 <tr><td></td></tr>
15 <tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
16 <tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structStrHashComp.html#a0">operator()</a> (const string &amp;s1, const string &amp;s2) const</td></tr>
17
18 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The operator () does the actual comparison in hash_map. </em> <a href="#a0"></a><em><br><br></td></tr>
19 </table>
20 <hr><a name="_details"></a><h2>Detailed Description</h2>
21 This class returns true if two strings match. 
22 <p>
23 Case sensitivity is ignored, and the RFC 'character set' is adhered to 
24 <p>
25
26 <p>
27 Definition at line <a class="el" href="hashcomp_8h-source.html#l00060">60</a> of file <a class="el" href="hashcomp_8h-source.html">hashcomp.h</a>.<hr><h2>Member Function Documentation</h2>
28 <a name="a0" doxytag="StrHashComp::operator()"></a><p>
29 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
30   <tr>
31     <td class="mdRow">
32       <table cellpadding="0" cellspacing="0" border="0">
33         <tr>
34           <td class="md" nowrap valign="top"> bool StrHashComp::operator() </td>
35           <td class="md" valign="top">(&nbsp;</td>
36           <td class="md" nowrap valign="top">const string &amp;&nbsp;</td>
37           <td class="mdname" nowrap> <em>s1</em>, </td>
38         </tr>
39         <tr>
40           <td></td>
41           <td></td>
42           <td class="md" nowrap>const string &amp;&nbsp;</td>
43           <td class="mdname" nowrap> <em>s2</em></td>
44         </tr>
45         <tr>
46           <td></td>
47           <td class="md">)&nbsp;</td>
48           <td class="md" colspan="2"> const</td>
49         </tr>
50
51       </table>
52     </td>
53   </tr>
54 </table>
55 <table cellspacing=5 cellpadding=0 border=0>
56   <tr>
57     <td>
58       &nbsp;
59     </td>
60     <td>
61
62 <p>
63 The operator () does the actual comparison in hash_map. 
64 <p>
65     </td>
66   </tr>
67 </table>
68 <hr>The documentation for this struct was generated from the following file:<ul>
69 <li><a class="el" href="hashcomp_8h-source.html">hashcomp.h</a></ul>
70 <hr size="1"><address style="align: right;"><small>Generated on Sun May 15 17:03:46 2005 for InspIRCd by
71 <a href="http://www.doxygen.org/index.html">
72 <img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
73 </a>1.3.3 </small></address>
74 </body>
75 </html>