]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/structStrHashComp.html
Added final documentation for inspircd Beta 4
[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.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>StrHashComp Struct Reference</h1><a href="structStrHashComp-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>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>
12
13 </table>
14 <hr><h2>Member Function Documentation</h2>
15 <a name="a0" doxytag="StrHashComp::operator()"></a><p>
16 <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
17   <tr>
18     <td class="mdRow">
19       <table cellpadding="0" cellspacing="0" border="0">
20         <tr>
21           <td class="md" nowrap valign="top"> bool StrHashComp::operator() </td>
22           <td class="md" valign="top">(&nbsp;</td>
23           <td class="md" nowrap valign="top">const string &amp;&nbsp;</td>
24           <td class="mdname" nowrap> <em>s1</em>, </td>
25         </tr>
26         <tr>
27           <td></td>
28           <td></td>
29           <td class="md" nowrap>const string &amp;&nbsp;</td>
30           <td class="mdname" nowrap> <em>s2</em></td>
31         </tr>
32         <tr>
33           <td></td>
34           <td class="md">)&nbsp;</td>
35           <td class="md" colspan="2"> const<code> [inline]</code></td>
36         </tr>
37
38       </table>
39     </td>
40   </tr>
41 </table>
42 <table cellspacing=5 cellpadding=0 border=0>
43   <tr>
44     <td>
45       &nbsp;
46     </td>
47     <td>
48
49 <p>
50
51 <p>
52 Definition at line <a class="el" href="modules_8cpp-source.html#l00147">147</a> of file <a class="el" href="modules_8cpp-source.html">modules.cpp</a>.
53 <p>
54 <div class="fragment"><pre>00148         {
55 00149                 <span class="keywordtype">char</span> a[MAXBUF],b[MAXBUF];
56 00150                 strlcpy(a,s1.c_str(),MAXBUF);
57 00151                 strlcpy(b,s2.c_str(),MAXBUF);
58 00152                 strlower(a);
59 00153                 strlower(b);
60 00154                 <span class="keywordflow">return</span> (strcasecmp(a,b) == 0);
61 00155         }
62 </pre></div>    </td>
63   </tr>
64 </table>
65 <hr>The documentation for this struct was generated from the following file:<ul>
66 <li><a class="el" href="modules_8cpp-source.html">modules.cpp</a></ul>
67 <hr size="1"><address style="align: right;"><small>Generated on Sat May 7 15:34:28 2005 for InspIRCd by
68 <a href="http://www.doxygen.org/index.html">
69 <img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
70 </a>1.3.3 </small></address>
71 </body>
72 </html>