blob: bf727d79e6cb0b2a439b22181057b76bc23547ba (
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>UPnP/DLNA plugin for VDR: cClass Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.8 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>cClass Struct Reference</h1><!-- doxytag: class="cClass" --><code>#include <<a class="el" href="object_8h-source.html">object.h</a>></code>
<p>
<p>
<a href="structcClass-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="structcClass.html#22a5df5fd2bfc9e7b58018a6b8d45309">operator==</a> (const <a class="el" href="structcClass.html">cClass</a> &cmp)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="structcClass.html#1de09f337ef261d363f261f83a3cf7ae">operator!=</a> (const <a class="el" href="structcClass.html">cClass</a> &cmp)</td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0a14fb51e02dc017227b86e3c14b5cbd"></a><!-- doxytag: member="cClass::ID" ref="0a14fb51e02dc017227b86e3c14b5cbd" args="" -->
cString </td><td class="memItemRight" valign="bottom"><a class="el" href="structcClass.html#0a14fb51e02dc017227b86e3c14b5cbd">ID</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The upnp class ID. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4c66f7ea7dc7bfd418ae8c23145ea3c8"></a><!-- doxytag: member="cClass::includeDerived" ref="4c66f7ea7dc7bfd418ae8c23145ea3c8" args="" -->
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="structcClass.html#4c66f7ea7dc7bfd418ae8c23145ea3c8">includeDerived</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">flag, to indicate if derived classes are allowed <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Structure of a UPnP Class<p>
This represents a UPnP Class <hr><h2>Member Function Documentation</h2>
<a class="anchor" name="1de09f337ef261d363f261f83a3cf7ae"></a><!-- doxytag: member="cClass::operator!=" ref="1de09f337ef261d363f261f83a3cf7ae" args="(const cClass &cmp)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool cClass::operator!= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="structcClass.html">cClass</a> & </td>
<td class="paramname"> <em>cmp</em> </td>
<td> ) </td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Compares two classes<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>cmp</em> </td><td>the other class to compare with </td></tr>
</table>
</dl>
</div>
</div><p>
<a class="anchor" name="22a5df5fd2bfc9e7b58018a6b8d45309"></a><!-- doxytag: member="cClass::operator==" ref="22a5df5fd2bfc9e7b58018a6b8d45309" args="(const cClass &cmp)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool cClass::operator== </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="structcClass.html">cClass</a> & </td>
<td class="paramname"> <em>cmp</em> </td>
<td> ) </td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Compares two classes<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>cmp</em> </td><td>the other class to compare with </td></tr>
</table>
</dl>
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>database/<a class="el" href="object_8h-source.html">object.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sun Nov 8 15:44:09 2009 for UPnP/DLNA plugin for VDR by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
</body>
</html>
|