blob: a228de9d555760fb9ce099d8aedb855b71476224 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>InspIRCd: irc Namespace Reference</title>
<link href="inspircd.doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.4-20050815 -->
<div class="qindex"><a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div>
<h1>irc Namespace Reference</h1>The irc namespace contains a number of helper classes.
<a href="#_details">More...</a>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structirc_1_1StrHashComp.html">StrHashComp</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This class returns true if two strings match. <a href="structirc_1_1StrHashComp.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structirc_1_1InAddr__HashComp.html">InAddr_HashComp</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This class returns true if two in_addr structs match. <a href="structirc_1_1InAddr__HashComp.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structirc_1_1irc__char__traits.html">irc_char_traits</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <a class="el" href="structirc_1_1irc__char__traits.html">irc_char_traits</a> class is used for RFC-style comparison of strings. <a href="structirc_1_1irc__char__traits.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef basic_string< char,<br>
<a class="el" href="structirc_1_1irc__char__traits.html">irc_char_traits</a>, allocator<<br>
char > > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceirc.html#string">string</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">This typedef declares <a class="el" href="namespaceirc.html#string">irc::string</a> based upon <a class="el" href="structirc_1_1irc__char__traits.html">irc_char_traits</a>. <a href="#string"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The irc namespace contains a number of helper classes. <hr><h2>Typedef Documentation</h2>
<a class="anchor" name="string"></a><!-- doxytag: member="irc::string" ref="string" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">typedef basic_string<char, <a class="el" href="structirc_1_1irc__char__traits.html">irc_char_traits</a>, allocator<char> > <a class="el" href="namespaceirc.html#string">irc::string</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
This typedef declares <a class="el" href="namespaceirc.html#string">irc::string</a> based upon <a class="el" href="structirc_1_1irc__char__traits.html">irc_char_traits</a>.
<p>
<p>
Definition at line <a class="el" href="hashcomp_8h-source.html#l00129">129</a> of file <a class="el" href="hashcomp_8h-source.html">hashcomp.h</a>. </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Mon Dec 12 13:31:14 2005 for InspIRCd by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4-20050815 </small></address>
</body>
</html>
|