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::Signal1</title> 49 </head> 50 <body> 51 <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/ut/Overview.html">ut</a>::Signal1</CODE> Class</h1> 52 <h2>Syntax</h2> 53 <div class="section"> 54 <pre class="definition">template <typename TResult, typename TArg0, typename TResultCombiner, typename TAllocator, typename TSlot> 55class Signal1</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>TArg0</th> 72 <td> 73 </td> 74 </tr> 75 <tr> 76 <th>TResultCombiner</th> 77 <td>Type of combiner used to return a collection of slot return values.</td> 78 </tr> 79 <tr> 80 <th>TAllocator</th> 81 <td>Allocator type.</td> 82 </tr> 83 <tr> 84 <th>TSlot</th> 85 <td>Slot type.</td> 86 </tr> </table> 87 </div> 88 <h2>Description</h2> 89 <div class="section"> 90 <p>Class for sending a signal to a slot. (There is one argument.)</p> 91 </div> 92 <a name="struct" id="struct"> 93 <h2>Structures</h2> 94 <div class="section"> 95 <table class="members"> 96 <tr> 97 <th> 98 <a href="../../../nw/ut/Signal1/Invoker/Overview.html">nw::ut::Signal1::Invoker</a> 99 </th> 100 <td>Function object for slot execution.</td> 101 </tr> </table> 102 </div> 103 </a> <a name="typedef" id="typedef"> 104 <h2><CODE>typedef</CODE> Definitions</h2> 105 <div class="section"> 106 <table class="members"> 107 <tr> 108 <td width="100" /> 109 <th> 110 <a href="../../../nw/ut/Signal1/SelfType.html">SelfType</a> 111 </th> 112 <td> 113 </td> 114 </tr> 115 <tr> 116 <td width="100" /> 117 <th> 118 <a href="../../../nw/ut/Signal1/SlotType.html">SlotType</a> 119 </th> 120 <td> 121 </td> 122 </tr> 123 <tr> 124 <td width="100" /> 125 <th> 126 <a href="../../../nw/ut/Signal1/ResultType.html">ResultType</a> 127 </th> 128 <td> 129 </td> 130 </tr> 131 <tr> 132 <td width="100" /> 133 <th> 134 <a href="../../../nw/ut/Signal1/SlotList.html">SlotList</a> 135 </th> 136 <td> 137 </td> 138 </tr> 139 <tr> 140 <td width="100" /> 141 <th> 142 <a href="../../../nw/ut/Signal1/ResultCombinerType.html">ResultCombinerType</a> 143 </th> 144 <td> 145 </td> 146 </tr> 147 <tr> 148 <td width="100" /> 149 <th> 150 <a href="../../../nw/ut/Signal1/AllocatorType.html">AllocatorType</a> 151 </th> 152 <td> 153 </td> 154 </tr> </table> 155 </div> 156 </a> <a name="function" id="function"> 157 <h2>Member Functions</h2> 158 <div class="section"> 159 <table class="members"> 160 <tr> 161 <th class="category" colspan="3">Create/Destroy</th> 162 </tr> 163 <tr> 164 <td width="100"> 165 <span class="static_style" title="static">S</span> </td> 166 <th> 167 <a href="../../../nw/ut/Signal1/CreateInvalidateSignal.html">CreateInvalidateSignal</a> 168 </th> 169 <td>Generates an invalid signal.</td> 170 </tr> 171 <tr> 172 <td width="100"> 173 <span class="static_style" title="static">S</span> </td> 174 <th> 175 <a href="../../../nw/ut/Signal1/CreateFixedSizedSignal.html">CreateFixedSizedSignal</a> 176 </th> 177 <td>Allocates the required memory ahead of time and creates a signal.</td> 178 </tr> 179 <tr> 180 <td width="100"> 181 <span class="static_style" title="static">S</span> </td> 182 <th> 183 <a href="../../../nw/ut/Signal1/CreateVariableSizeSignal.html">CreateVariableSizeSignal</a> 184 </th> 185 <td>Creates a signal for allocating memory each time needed.</td> 186 </tr> 187 <tr> 188 <td width="100"> </td> 189 <th> 190 <a href="../../../nw/ut/Signal1/Destroy.html"><CODE>Destroy</CODE></a> 191 </th> 192 <td>Destroys an object.</td> 193 </tr> 194 <tr> 195 <th class="category" colspan="3">Slot</th> 196 </tr> 197 <tr> 198 <td width="100"> </td> 199 <th> 200 <a href="../../../nw/ut/Signal1/Connect.html">Connect</a> 201 </th> 202 <td>Connects to the slot and sets up signal reception.</td> 203 </tr> 204 <tr> 205 <td width="100"> </td> 206 <th> 207 <a href="../../../nw/ut/Signal1/TryConnect.html">TryConnect</a> 208 </th> 209 <td>Connects to the slot and sets up signal reception.</td> 210 </tr> 211 <tr> 212 <td width="100"> </td> 213 <th> 214 <a href="../../../nw/ut/Signal1/CreateAndConnect.html">CreateAndConnect</a> 215 </th> 216 <td>Creates a slot and connects to it.</td> 217 </tr> 218 <tr> 219 <td width="100"> </td> 220 <th> 221 <a href="../../../nw/ut/Signal1/Disconnect.html">Disconnect</a> 222 </th> 223 <td>Disconnects a slot.</td> 224 </tr> 225 <tr> 226 <td width="100"> </td> 227 <th> 228 <a href="../../../nw/ut/Signal1/DisconnectAndDestroy.html">DisconnectAndDestroy</a> 229 </th> 230 <td>Disconnects a slot and destroys it.</td> 231 </tr> 232 <tr> 233 <th class="category" colspan="3">Other</th> 234 </tr> 235 <tr> 236 <td width="100"> 237 <span class="static_style" title="static">S</span> </td> 238 <th> 239 <a href="../../../nw/ut/Signal1/GetMemorySizeForInvalidateSignal.html">GetMemorySizeForInvalidateSignal</a> 240 </th> 241 <td>Gets the memory size required to run <a href="../../../nw/ut/Signal1/CreateInvalidateSignal.html">CreateInvalidateSignal()</a>.</td> 242 </tr> 243 <tr> 244 <td width="100"> 245 <span class="static_style" title="static">S</span> </td> 246 <th> 247 <a href="../../../nw/ut/Signal1/GetMemorySizeForFixedSizedSignal.html">GetMemorySizeForFixedSizedSignal</a> 248 </th> 249 <td>Gets the memory size required to run <a href="../../../nw/ut/Signal1/CreateFixedSizedSignal.html">CreateFixedSizedSignal()</a>.</td> 250 </tr> 251 <tr> 252 <td width="100"> </td> 253 <th> 254 <a href="../../../nw/ut/Signal1/operator().html"><CODE>operator()</CODE></a> 255 </th> 256 <td>Sends a signal.</td> 257 </tr> </table> 258 </div> 259 </a> 260 <hr><p>CONFIDENTIAL</p></body> 261</html> 262