Main Page
Groups
Namespaces
sigc::internal::temp_slot_list Struct Reference
Temporary slot list used during signal emission.
More...
List of all members.
Detailed Description
Temporary slot list used during signal emission.
The signal's slot list is swapped into a temp_slot_list object during signal emission. While slots connected during signal emission are stored in the original list the accumulators work on the temp_slot_list object so that new slots are not executed until the next emission occurs.
Member Typedef Documentation
Constructor & Destructor Documentation
sigc::internal::temp_slot_list::temp_slot_list |
( |
slot_list& |
slots |
) |
[inline] |
|
sigc::internal::temp_slot_list::~temp_slot_list |
( |
|
) |
[inline] |
|
Member Function Documentation
const_iterator sigc::internal::temp_slot_list::begin |
( |
|
) |
const [inline] |
|
iterator sigc::internal::temp_slot_list::begin |
( |
|
) |
[inline] |
|
iterator sigc::internal::temp_slot_list::end |
( |
|
) |
[inline] |
|
The documentation for this struct was generated from the following file:
Generated for libsigc++ 2.0 by
Doxygen 1.4.3-20050530 © 1997-2001