File: a00004.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 (130 lines) | stat: -rw-r--r-- 6,629 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
<!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::BoundSlot0_1&lt; R, P1 &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="a00004.html">BoundSlot0_1</a></div>
<h1>scim::BoundSlot0_1&lt; R, P1 &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::BoundSlot0_1" --><!-- doxytag: inherits="scim::Slot0" -->Converts a slot taking one argument into a slot taking no arguments.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;scim_bind.h&gt;</code>
<p>
Inheritance diagram for scim::BoundSlot0_1&lt; R, P1 &gt;:<p><center><img src="a00252.png" border="0" usemap="#a00253" alt="Inheritance graph"></center>
<map name="a00253">
<area href="a00096.html" shape="rect" coords="44,157,172,181" alt="">
<area href="a00095.html" shape="rect" coords="64,83,152,107" alt="">
<area href="a00072.html" shape="rect" coords="23,8,193,32" alt="">
</map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for scim::BoundSlot0_1&lt; R, P1 &gt;:<p><center><img src="a00254.png" border="0" usemap="#a00255" alt="Collaboration graph"></center>
<map name="a00255">
<area href="a00096.html" shape="rect" coords="28,163,156,187" alt="">
<area href="a00095.html" shape="rect" coords="48,85,136,109" alt="">
<area href="a00072.html" shape="rect" coords="7,8,177,32" alt="">
</map>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="a00256.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">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00004.html#582d52fc06162865a57da7fe9acbd022">BoundSlot0_1</a> (<a class="el" href="a00097.html">Slot1</a>&lt; R, P1 &gt; *slot, P1 p1)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual R&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00004.html#11c06a96e7a316d41331a7d255ac9af4">call</a> () const</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Calls the original slot passing it the bound argument p as the last parameter.  <a href="#11c06a96e7a316d41331a7d255ac9af4"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;typename R, typename P1&gt;<br>
 class scim::BoundSlot0_1&lt; R, P1 &gt;</h3>

Converts a slot taking one argument into a slot taking no arguments. 
<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="582d52fc06162865a57da7fe9acbd022"></a><!-- doxytag: member="scim::BoundSlot0_1::BoundSlot0_1" ref="582d52fc06162865a57da7fe9acbd022" args="(Slot1&lt; R, P1 &gt; *slot, P1 p1)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename R, typename P1&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00004.html">scim::BoundSlot0_1</a>&lt; R, P1 &gt;::<a class="el" href="a00004.html">BoundSlot0_1</a>           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00097.html">Slot1</a>&lt; R, P1 &gt; *&nbsp;</td>
          <td class="paramname"> <em>slot</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">P1&nbsp;</td>
          <td class="paramname"> <em>p1</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Constructor. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>slot</em>&nbsp;</td><td>- a pointer to a slot of type Slot1&lt;R, P1&gt;. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>p1</em>&nbsp;</td><td>- a bound argument of type P1 </td></tr>
  </table>
</dl>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="11c06a96e7a316d41331a7d255ac9af4"></a><!-- doxytag: member="scim::BoundSlot0_1::call" ref="11c06a96e7a316d41331a7d255ac9af4" args="() const" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename R, typename P1&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">virtual R <a class="el" href="a00004.html">scim::BoundSlot0_1</a>&lt; R, P1 &gt;::call           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Calls the original slot passing it the bound argument p as the last parameter. 
<p>

<p>
Implements <a class="el" href="a00096.html#50e6d15f3cc3a07021ba400b5ffd81e9">scim::Slot0&lt; R &gt;</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="a00115.html">scim_bind.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Thu Jun 28 14:12:35 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>