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.
Through evolution this class is slightly misnamed. It is now an index into the slot_list passed into it. It simply keeps track of where the end of this list was at construction, and pretends that's the end of your list. This way you may connect during emittion without inadvertently entering an infinite loop, as well as make other modifications to the slot_list at your own risk.
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.5 © 1997-2001