1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21      span.virtual_style
22      {
23        font-size			 : 8pt;
24        color				 : white;
25        font-weight			: bold;
26        background			: #0a0;
27        border-left			: solid 1px #0f0;
28        border-top			: solid 1px #0f0;
29        border-right		: solid 1px #060;
30        border-bottom		: solid 1px #060;
31        padding-left		: 2px;
32        padding-right		: 2px;
33      }
34      span.protected_style
35      {
36        font-size			 : 8pt;
37        color				 : white;
38        font-weight			: bold;
39        background			: #444;
40        border-left			: solid 1px #ccc;
41        border-top			: solid 1px #ccc;
42        border-right		: solid 1px #222;
43        border-bottom		: solid 1px #222;
44        padding-left		: 2px;
45        padding-right		: 2px;
46      }
47        --></style>
48    <title>nw::ut::Signal8</title>
49  </head>
50  <body>
51    <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/ut/Overview.html">ut</a>::Signal8</CODE> Class</h1>
52    <h2>Syntax</h2>
53    <div class="section">
54      <pre class="definition">template &lt;typename TResult, typename TArg0, typename TArg1, typename TArg2, typename TArg3, typename TArg4, typename TArg5, typename TArg6, typename TArg7, typename TResultCombiner, typename TAllocator, typename TSlot&gt;
55class Signal8</pre>
56    </div>
57    <h2>Template Arguments</h2>
58    <div class="section">
59      <table class="arguments">
60        <thead>
61          <tr>
62            <th>Name</th>
63            <td>Description</td>
64          </tr>
65        </thead>
66        <tr>
67          <th>TResult</th>
68          <td>Return value type.</td>
69        </tr>
70        <tr>
71          <th>TResultCombiner</th>
72          <td>Type of combiner used to return a collection of slot return values.</td>
73        </tr>
74        <tr>
75          <th>TAllocator</th>
76          <td>Allocator type.</td>
77        </tr>
78        <tr>
79          <th>TSlot</th>
80          <td>Slot type.</td>
81        </tr> </table>
82    </div>
83    <h2>Description</h2>
84    <div class="section">
85      <p>Class for sending a signal to a slot. (There are eight arguments.)</p>
86    </div>
87    <a name="struct" id="struct">
88      <h2>Structures</h2>
89      <div class="section">
90        <table class="members">
91          <tr>
92            <th>
93              <a href="../../../nw/ut/Signal8/Invoker/Overview.html">nw::ut::Signal8::Invoker</a>
94            </th>
95            <td>Function object for slot execution.</td>
96          </tr> </table>
97      </div>
98    </a> <a name="typedef" id="typedef">
99      <h2><CODE>typedef</CODE> Definitions</h2>
100      <div class="section">
101        <table class="members">
102          <tr>
103            <td width="100" />
104            <th>
105              <a href="../../../nw/ut/Signal8/SelfType.html">SelfType</a>
106            </th>
107            <td>
108        </td>
109          </tr>
110          <tr>
111            <td width="100" />
112            <th>
113              <a href="../../../nw/ut/Signal8/SlotType.html">SlotType</a>
114            </th>
115            <td>
116        </td>
117          </tr>
118          <tr>
119            <td width="100" />
120            <th>
121              <a href="../../../nw/ut/Signal8/ResultType.html">ResultType</a>
122            </th>
123            <td>
124        </td>
125          </tr>
126          <tr>
127            <td width="100" />
128            <th>
129              <a href="../../../nw/ut/Signal8/SlotList.html">SlotList</a>
130            </th>
131            <td>
132        </td>
133          </tr>
134          <tr>
135            <td width="100" />
136            <th>
137              <a href="../../../nw/ut/Signal8/ResultCombinerType.html">ResultCombinerType</a>
138            </th>
139            <td>
140        </td>
141          </tr>
142          <tr>
143            <td width="100" />
144            <th>
145              <a href="../../../nw/ut/Signal8/AllocatorType.html">AllocatorType</a>
146            </th>
147            <td>
148        </td>
149          </tr> </table>
150      </div>
151    </a> <a name="function" id="function">
152      <h2>Member Functions</h2>
153      <div class="section">
154        <table class="members">
155          <tr>
156            <th class="category" colspan="3">Create/Destroy</th>
157          </tr>
158          <tr>
159            <td width="100">
160              <span class="static_style" title="static">S</span> </td>
161            <th>
162              <a href="../../../nw/ut/Signal8/CreateInvalidateSignal.html">CreateInvalidateSignal</a>
163            </th>
164            <td>Generates an invalid signal.</td>
165          </tr>
166          <tr>
167            <td width="100">
168              <span class="static_style" title="static">S</span> </td>
169            <th>
170              <a href="../../../nw/ut/Signal8/CreateFixedSizedSignal.html">CreateFixedSizedSignal</a>
171            </th>
172            <td>Allocates the required memory ahead of time and creates a signal.</td>
173          </tr>
174          <tr>
175            <td width="100">
176              <span class="static_style" title="static">S</span> </td>
177            <th>
178              <a href="../../../nw/ut/Signal8/CreateVariableSizeSignal.html">CreateVariableSizeSignal</a>
179            </th>
180            <td>Creates a signal for allocating memory each time needed.</td>
181          </tr>
182          <tr>
183            <td width="100">  </td>
184            <th>
185              <a href="../../../nw/ut/Signal8/Destroy.html"><CODE>Destroy</CODE></a>
186            </th>
187            <td>Destroys an object.</td>
188          </tr>
189          <tr>
190            <th class="category" colspan="3">Slot</th>
191          </tr>
192          <tr>
193            <td width="100">  </td>
194            <th>
195              <a href="../../../nw/ut/Signal8/Connect.html">Connect</a>
196            </th>
197            <td>Connects to the slot and sets up signal reception.</td>
198          </tr>
199          <tr>
200            <td width="100">  </td>
201            <th>
202              <a href="../../../nw/ut/Signal8/TryConnect.html">TryConnect</a>
203            </th>
204            <td>Connects to the slot and sets up signal reception.</td>
205          </tr>
206          <tr>
207            <td width="100">  </td>
208            <th>
209              <a href="../../../nw/ut/Signal8/CreateAndConnect.html">CreateAndConnect</a>
210            </th>
211            <td>Creates a slot and connects to it.</td>
212          </tr>
213          <tr>
214            <td width="100">  </td>
215            <th>
216              <a href="../../../nw/ut/Signal8/Disconnect.html">Disconnect</a>
217            </th>
218            <td>Disconnects a slot.</td>
219          </tr>
220          <tr>
221            <td width="100">  </td>
222            <th>
223              <a href="../../../nw/ut/Signal8/DisconnectAndDestroy.html">DisconnectAndDestroy</a>
224            </th>
225            <td>Disconnects a slot and destroys it.</td>
226          </tr>
227          <tr>
228            <th class="category" colspan="3">Other</th>
229          </tr>
230          <tr>
231            <td width="100">
232              <span class="static_style" title="static">S</span> </td>
233            <th>
234              <a href="../../../nw/ut/Signal8/GetMemorySizeForInvalidateSignal.html">GetMemorySizeForInvalidateSignal</a>
235            </th>
236            <td>Gets the memory size required to run <a href="../../../nw/ut/Signal8/CreateInvalidateSignal.html">CreateInvalidateSignal()</a>.</td>
237          </tr>
238          <tr>
239            <td width="100">
240              <span class="static_style" title="static">S</span> </td>
241            <th>
242              <a href="../../../nw/ut/Signal8/GetMemorySizeForFixedSizedSignal.html">GetMemorySizeForFixedSizedSignal</a>
243            </th>
244            <td>Gets the memory size required to run <a href="../../../nw/ut/Signal8/CreateFixedSizedSignal.html">CreateFixedSizedSignal()</a>.</td>
245          </tr>
246          <tr>
247            <td width="100">  </td>
248            <th>
249              <a href="../../../nw/ut/Signal8/operator().html"><CODE>operator()</CODE></a>
250            </th>
251            <td>Sends a signal.</td>
252          </tr> </table>
253      </div>
254    </a>
255  <hr><p>CONFIDENTIAL</p></body>
256</html>
257