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 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libsigc++ 2.0: sigc::internal::signal_impl Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%">
<tr>
<td width="10%" height="40"><img src="../../images/libsigc_logo.gif" alt="logo" border="0" width="100%" height="100%"/></td>
<td width="90%" height="40"><img src="../../images/top.gif" alt="top" width="100%" height="40"/></td>
</tr>
</table>
<center>
<a class="qindex" href="../../index.html">Main Page</a>
<a class="qindex" href="modules.html">Groups</a>
<a class="qindex" href="namespaces.html"> Namespaces</a>
</center>
<hr width="100%"/>
<!-- Generated by Doxygen 1.3.9.1 -->
<h1>sigc::internal::signal_impl Struct Reference</h1>Implementation of the signal interface.
<a href="#_details">More...</a>
<p>
<a href="structsigc_1_1internal_1_1signal__impl-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 Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#w0">size_type</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::list<<a class="el" href="classsigc_1_1slot__base.html">slot_base</a>> </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#w1">slot_list</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="structsigc_1_1slot__iterator.html">slot_list::iterator</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#w2">iterator_type</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="structsigc_1_1slot__const__iterator.html">slot_list::const_iterator</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#w3">const_iterator_type</a></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a0">signal_impl</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a1">reference</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Increments the reference counter. <a href="#a1"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a2">reference_exec</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Increments the reference and execution counter. <a href="#a2"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a3">unreference</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Decrements the reference counter. <a href="#a3"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a4">unreference_exec</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Decrements the reference and execution counter. <a href="#a4"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a5">empty</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns whether the list of slots is empty. <a href="#a5"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a6">clear</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Empties the list of slots. <a href="#a6"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#w0">size_type</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a7">size</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the number of slots in the list. <a href="#a7"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsigc_1_1slot__iterator.html">iterator_type</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a8">connect</a> (const <a class="el" href="classsigc_1_1slot__base.html">slot_base</a>& slot_)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Adds a slot at the bottom of the list of slots. <a href="#a8"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsigc_1_1slot__iterator.html">iterator_type</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a9">insert</a> (<a class="el" href="structsigc_1_1slot__iterator.html">iterator_type</a> i, const <a class="el" href="classsigc_1_1slot__base.html">slot_base</a>& slot_)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Adds a slot at the given position into the list of slots. <a href="#a9"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsigc_1_1slot__iterator.html">iterator_type</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a10">erase</a> (<a class="el" href="structsigc_1_1slot__iterator.html">iterator_type</a> i)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Removes the slot at the given position from the list of slots. <a href="#a10"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a11">sweep</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Removes invalid slots from the list of slots. <a href="#a11"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void* </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#e0">notify</a> (void* d)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Callback that is executed when some slot becomes invalid. <a href="#e0"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">short </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#o0">ref_count_</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Reference counter. <a href="#o0"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">short </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#o1">exec_count_</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Execution counter. <a href="#o1"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#o2">deferred_</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Indicates whether the execution of <a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a11">sweep()</a> is being deferred. <a href="#o2"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">std::list<<a class="el" href="classsigc_1_1slot__base.html">slot_base</a>> </td><td class="memItemRight" valign="bottom"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#o3">slots_</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The list of slots. <a href="#o3"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Implementation of the signal interface.
<p>
<a class="el" href="structsigc_1_1internal_1_1signal__impl.html">signal_impl</a> manages a list of slots. When a slot becomes invalid (because some referred object dies), <a class="el" href="structsigc_1_1internal_1_1signal__impl.html#e0">notify()</a> is executed. <a class="el" href="structsigc_1_1internal_1_1signal__impl.html#e0">notify()</a> either calls <a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a11">sweep()</a> directly or defers the execution of <a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a11">sweep()</a> when the signal is being emitted. <a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a11">sweep()</a> removes all invalid slot from the list.
<p>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="w3" doxytag="sigc::internal::signal_impl::const_iterator_type"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">typedef <a class="el" href="structsigc_1_1slot__const__iterator.html">slot_list::const_iterator</a> <a class="el" href="structsigc_1_1slot__const__iterator.html">sigc::internal::signal_impl::const_iterator_type</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="w2" doxytag="sigc::internal::signal_impl::iterator_type"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">typedef <a class="el" href="structsigc_1_1slot__iterator.html">slot_list::iterator</a> <a class="el" href="structsigc_1_1slot__iterator.html">sigc::internal::signal_impl::iterator_type</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="w0" doxytag="sigc::internal::signal_impl::size_type"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">typedef size_t <a class="el" href="structsigc_1_1internal_1_1signal__impl.html#w0">sigc::internal::signal_impl::size_type</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="w1" doxytag="sigc::internal::signal_impl::slot_list"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">typedef std::list<<a class="el" href="classsigc_1_1slot__base.html">slot_base</a>> <a class="el" href="structsigc_1_1internal_1_1signal__impl.html#w1">sigc::internal::signal_impl::slot_list</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="a0" doxytag="sigc::internal::signal_impl::signal_impl"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">sigc::internal::signal_impl::signal_impl </td>
<td class="md" valign="top">(</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="a6" doxytag="sigc::internal::signal_impl::clear"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">void sigc::internal::signal_impl::clear </td>
<td class="md" valign="top">(</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Empties the list of slots.
<p>
</td>
</tr>
</table>
<a class="anchor" name="a8" doxytag="sigc::internal::signal_impl::connect"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"><a class="el" href="structsigc_1_1slot__iterator.html">iterator_type</a> sigc::internal::signal_impl::connect </td>
<td class="md" valign="top">(</td>
<td class="md" nowrap valign="top">const <a class="el" href="classsigc_1_1slot__base.html">slot_base</a>& </td>
<td class="mdname1" valign="top" nowrap> <em>slot_</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Adds a slot at the bottom of the list of slots.
<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>slot_</em> </td><td>The slot to add to the list of slots. </td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>An iterator pointing to the new slot in the list. </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="a5" doxytag="sigc::internal::signal_impl::empty"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">bool sigc::internal::signal_impl::empty </td>
<td class="md" valign="top">(</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> const<code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Returns whether the list of slots is empty.
<p>
<dl compact><dt><b>Returns:</b></dt><dd><code>true</code> if the list of slots is empty. </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="a10" doxytag="sigc::internal::signal_impl::erase"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"><a class="el" href="structsigc_1_1slot__iterator.html">iterator_type</a> sigc::internal::signal_impl::erase </td>
<td class="md" valign="top">(</td>
<td class="md" nowrap valign="top"><a class="el" href="structsigc_1_1slot__iterator.html">iterator_type</a> </td>
<td class="mdname1" valign="top" nowrap> <em>i</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Removes the slot at the given position from the list of slots.
<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>i</em> </td><td>An iterator pointing to the slot to be removed. </td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>An iterator pointing to the slot in the list after the one removed. </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="a9" doxytag="sigc::internal::signal_impl::insert"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"><a class="el" href="structsigc_1_1slot__iterator.html">iterator_type</a> sigc::internal::signal_impl::insert </td>
<td class="md" valign="top">(</td>
<td class="md" nowrap valign="top"><a class="el" href="structsigc_1_1slot__iterator.html">iterator_type</a> </td>
<td class="mdname" nowrap> <em>i</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>const <a class="el" href="classsigc_1_1slot__base.html">slot_base</a>& </td>
<td class="mdname" nowrap> <em>slot_</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">) </td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Adds a slot at the given position into the list of slots.
<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>i</em> </td><td>An iterator indicating the position where <code>slot_</code> should be inserted. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>slot_</em> </td><td>The slot to add to the list of slots. </td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>An iterator pointing to the new slot in the list. </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="e0" doxytag="sigc::internal::signal_impl::notify"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">void* sigc::internal::signal_impl::notify </td>
<td class="md" valign="top">(</td>
<td class="md" nowrap valign="top">void* </td>
<td class="mdname1" valign="top" nowrap> <em>d</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [static]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Callback that is executed when some slot becomes invalid.
<p>
This callback is registered in every slot when inserted into the list of slots. It is executed when a slot becomes invalid because of some referred object being destroyed. It either calls <a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a11">sweep()</a> directly or defers the execution of <a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a11">sweep()</a> when the signal is being emitted. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>d</em> </td><td>The signal object (<code>this</code>). </td></tr>
</table>
</dl>
</td>
</tr>
</table>
<a class="anchor" name="a1" doxytag="sigc::internal::signal_impl::reference"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">void sigc::internal::signal_impl::reference </td>
<td class="md" valign="top">(</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Increments the reference counter.
<p>
</td>
</tr>
</table>
<a class="anchor" name="a2" doxytag="sigc::internal::signal_impl::reference_exec"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">void sigc::internal::signal_impl::reference_exec </td>
<td class="md" valign="top">(</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Increments the reference and execution counter.
<p>
</td>
</tr>
</table>
<a class="anchor" name="a7" doxytag="sigc::internal::signal_impl::size"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"><a class="el" href="structsigc_1_1internal_1_1signal__impl.html#w0">size_type</a> sigc::internal::signal_impl::size </td>
<td class="md" valign="top">(</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap> const</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Returns the number of slots in the list.
<p>
<dl compact><dt><b>Returns:</b></dt><dd>The number of slots in the list. </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="a11" doxytag="sigc::internal::signal_impl::sweep"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">void sigc::internal::signal_impl::sweep </td>
<td class="md" valign="top">(</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Removes invalid slots from the list of slots.
<p>
</td>
</tr>
</table>
<a class="anchor" name="a3" doxytag="sigc::internal::signal_impl::unreference"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">void sigc::internal::signal_impl::unreference </td>
<td class="md" valign="top">(</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Decrements the reference counter.
<p>
The object is deleted when the reference counter reaches zero. </td>
</tr>
</table>
<a class="anchor" name="a4" doxytag="sigc::internal::signal_impl::unreference_exec"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">void sigc::internal::signal_impl::unreference_exec </td>
<td class="md" valign="top">(</td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Decrements the reference and execution counter.
<p>
Invokes <a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a11">sweep()</a> if the execution counter reaches zero and the removal of one or more slots has been deferred. </td>
</tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="o2" doxytag="sigc::internal::signal_impl::deferred_"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">bool <a class="el" href="structsigc_1_1internal_1_1signal__impl.html#o2">sigc::internal::signal_impl::deferred_</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Indicates whether the execution of <a class="el" href="structsigc_1_1internal_1_1signal__impl.html#a11">sweep()</a> is being deferred.
<p>
</td>
</tr>
</table>
<a class="anchor" name="o1" doxytag="sigc::internal::signal_impl::exec_count_"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">short <a class="el" href="structsigc_1_1internal_1_1signal__impl.html#o1">sigc::internal::signal_impl::exec_count_</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Execution counter.
<p>
Indicates whether the signal is being emitted. </td>
</tr>
</table>
<a class="anchor" name="o0" doxytag="sigc::internal::signal_impl::ref_count_"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">short <a class="el" href="structsigc_1_1internal_1_1signal__impl.html#o0">sigc::internal::signal_impl::ref_count_</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Reference counter.
<p>
The object is destroyed when <em>ref_count_</em> reaches zero. </td>
</tr>
</table>
<a class="anchor" name="o3" doxytag="sigc::internal::signal_impl::slots_"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">std::list<<a class="el" href="classsigc_1_1slot__base.html">slot_base</a>> <a class="el" href="structsigc_1_1internal_1_1signal__impl.html#o3">sigc::internal::signal_impl::slots_</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
The list of slots.
<p>
</td>
</tr>
</table>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="signal__base_8h.html">signal_base.h</a></ul>
<hr><address><small>
Generated for libsigc++ 2.0 by <a href="http://www.doxygen.org/index.html">
Doxygen</a> 1.3.9.1 © 1997-2001</small></address>
</body>
</html>
|