File: a00100.html

package info (click to toggle)
scim 1.4.7-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 20,368 kB
  • ctags: 12,834
  • sloc: cpp: 51,239; sh: 22,370; ansic: 18,716; makefile: 1,258; xml: 641; yacc: 288
file content (189 lines) | stat: -rw-r--r-- 9,347 bytes parent folder | download
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!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>scim: scim::Slot4&lt; R, P1, P2, P3, P4 &gt; Class Template Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.0 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li id="current"><a href="classes.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="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul></div>
<div class="nav">
<a class="el" href="a00157.html">scim</a>::<a class="el" href="a00100.html">Slot4</a></div>
<h1>scim::Slot4&lt; R, P1, P2, P3, P4 &gt; Class Template Reference<br>
<small>
[<a class="el" href="a00159.html">SignalSlot</a>,&nbsp;<a class="el" href="a00159.html">SignalSlot</a>]</small>
</h1><!-- doxytag: class="scim::Slot4" --><!-- doxytag: inherits="scim::Slot" -->Base class template for slots passing four arguments of type P1, P2, P3 and P4, and returning a value of type R.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;scim_slot.h&gt;</code>
<p>
Inheritance diagram for scim::Slot4&lt; R, P1, P2, P3, P4 &gt;:<p><center><img src="a00591.png" border="0" usemap="#a00592" alt="Inheritance graph"></center>
<map name="a00592">
<area href="a00008.html" shape="rect" coords="435,7,717,31" alt="">
<area href="a00039.html" shape="rect" coords="431,55,721,79" alt="">
<area href="a00060.html" shape="rect" coords="437,103,715,127" alt="">
<area href="a00092.html" shape="rect" coords="437,151,715,175" alt="">
<area href="a00095.html" shape="rect" coords="8,79,96,103" alt="">
</map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for scim::Slot4&lt; R, P1, P2, P3, P4 &gt;:<p><center><img src="a00593.png" border="0" usemap="#a00594" alt="Collaboration graph"></center>
<map name="a00594">
<area href="a00095.html" shape="rect" coords="82,83,170,107" alt="">
<area href="a00072.html" shape="rect" coords="40,8,211,32" alt="">
</map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="a00595.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">virtual R&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00100.html#771b29ab00ccb86aba80126fa1f64588">call</a> (P1 p1, P2 p2, P3 p3, P4 p4) const=0</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Calls the signal handler connected to this slot.  <a href="#771b29ab00ccb86aba80126fa1f64588"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">R&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00100.html#97823fd5d83c079f59e19d07d57150d4">operator()</a> (P1 p1, P2 p2, P3 p3, P4 p4) const</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Function operator; Calls <a class="el" href="a00100.html#771b29ab00ccb86aba80126fa1f64588">call()</a>.  <a href="#97823fd5d83c079f59e19d07d57150d4"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00100.html#22606a9924646067e62bd7193ac77abf">Slot4</a> ()</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor.  <a href="#22606a9924646067e62bd7193ac77abf"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;typename R, typename P1, typename P2, typename P3, typename P4&gt;<br>
 class scim::Slot4&lt; R, P1, P2, P3, P4 &gt;</h3>

Base class template for slots passing four arguments of type P1, P2, P3 and P4, and returning a value of type R. 
<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="22606a9924646067e62bd7193ac77abf"></a><!-- doxytag: member="scim::Slot4::Slot4" ref="22606a9924646067e62bd7193ac77abf" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename R, typename P1, typename P2, typename P3, typename P4&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00100.html">scim::Slot4</a>&lt; R, P1, P2, P3, P4 &gt;::<a class="el" href="a00100.html">Slot4</a>           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [inline, protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Constructor. 
<p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="771b29ab00ccb86aba80126fa1f64588"></a><!-- doxytag: member="scim::Slot4::call" ref="771b29ab00ccb86aba80126fa1f64588" args="(P1 p1, P2 p2, P3 p3, P4 p4) const=0" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename R, typename P1, typename P2, typename P3, typename P4&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">virtual R <a class="el" href="a00100.html">scim::Slot4</a>&lt; R, P1, P2, P3, P4 &gt;::call           </td>
          <td>(</td>
          <td class="paramtype">P1&nbsp;</td>
          <td class="paramname"> <em>p1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">P2&nbsp;</td>
          <td class="paramname"> <em>p2</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">P3&nbsp;</td>
          <td class="paramname"> <em>p3</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">P4&nbsp;</td>
          <td class="paramname"> <em>p4</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"> const<code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Calls the signal handler connected to this slot. 
<p>

<p>
Implemented in <a class="el" href="a00008.html#1cef668f802df3a53f797d0ae7017e3d">scim::BoundSlot4_5&lt; R, P1, P2, P3, P4, P5 &gt;</a>, <a class="el" href="a00039.html#ea3e815268d27c038df4b8d2fc04e064">scim::FunctionSlot4&lt; R, P1, P2, P3, P4 &gt;</a>, <a class="el" href="a00060.html#b03b1c93a910189b603bab5bf52ef76e">scim::MethodSlot4&lt; T, R, P1, P2, P3, P4 &gt;</a>, and <a class="el" href="a00092.html#40917074bfa08ba11b5fc05aec0a8f80">scim::SignalSlot4&lt; T, R, P1, P2, P3, P4 &gt;</a>.
</div>
</div><p>
<a class="anchor" name="97823fd5d83c079f59e19d07d57150d4"></a><!-- doxytag: member="scim::Slot4::operator()" ref="97823fd5d83c079f59e19d07d57150d4" args="(P1 p1, P2 p2, P3 p3, P4 p4) const" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename R, typename P1, typename P2, typename P3, typename P4&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">R <a class="el" href="a00100.html">scim::Slot4</a>&lt; R, P1, P2, P3, P4 &gt;::operator()           </td>
          <td>(</td>
          <td class="paramtype">P1&nbsp;</td>
          <td class="paramname"> <em>p1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">P2&nbsp;</td>
          <td class="paramname"> <em>p2</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">P3&nbsp;</td>
          <td class="paramname"> <em>p3</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">P4&nbsp;</td>
          <td class="paramname"> <em>p4</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Function operator; Calls <a class="el" href="a00100.html#771b29ab00ccb86aba80126fa1f64588">call()</a>. 
<p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00150.html">scim_slot.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Thu Jun 28 14:12:48 2007 for scim by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
</body>
</html>