STL-style const iterator for slot_list. More...
#include <sigc++/signal.h>
Public Types | |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef T_slot | slot_type |
typedef T_slot | value_type |
typedef const T_slot * | pointer |
typedef const T_slot & | reference |
typedef internal::signal_impl::const_iterator_type | iterator_type |
Public Member Functions | |
slot_const_iterator (const iterator_type &i) | |
reference | operator* () const |
pointer | operator-> () const |
slot_const_iterator& | operator++ () |
slot_const_iterator | operator++ (int) |
slot_const_iterator& | operator-- () |
slot_const_iterator | operator-- (int) |
bool | operator== (const slot_const_iterator& other) const |
bool | operator!= (const slot_const_iterator& other) const |
Public Attributes | |
iterator_type | i_ |
STL-style const iterator for slot_list.