![]() |
![]() |
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 T_slot* | pointer |
typedef T_slot& | reference |
typedef internal::signal_impl::iterator_type | iterator_type |
Public Member Functions | |
slot_iterator () | |
slot_iterator (const iterator_type& i) | |
reference | operator* () const |
pointer | operator-> () const |
slot_iterator& | operator++ () |
slot_iterator | operator++ (int) |
slot_iterator& | operator-- () |
slot_iterator | operator-- (int) |
bool | operator== (const slot_iterator&other) const |
bool | operator!= (const slot_iterator&other) const |
Public Attributes | |
iterator_type | i_ |
typedef size_t sigc::slot_iterator<T_slot>::size_type |
typedef ptrdiff_t sigc::slot_iterator<T_slot>::difference_type |
typedef std::bidirectional_iterator_tag sigc::slot_iterator<T_slot>::iterator_category |
typedef T_slot sigc::slot_iterator<T_slot>::slot_type |
typedef T_slot sigc::slot_iterator<T_slot>::value_type |
typedef T_slot* sigc::slot_iterator<T_slot>::pointer |
typedef T_slot& sigc::slot_iterator<T_slot>::reference |
typedef internal::signal_impl::iterator_type sigc::slot_iterator<T_slot>::iterator_type |
sigc::slot_iterator<T_slot>::slot_iterator | ( | ) | [inline] |
sigc::slot_iterator<T_slot>::slot_iterator | ( | const iterator_type& | i | ) | [inline, explicit] |
reference sigc::slot_iterator<T_slot>::operator* | ( | ) | const [inline] |
pointer sigc::slot_iterator<T_slot>::operator-> | ( | ) | const [inline] |
slot_iterator& sigc::slot_iterator<T_slot>::operator++ | ( | ) | [inline] |
slot_iterator sigc::slot_iterator<T_slot>::operator++ | ( | int | ) | [inline] |
slot_iterator& sigc::slot_iterator<T_slot>::operator-- | ( | ) | [inline] |
slot_iterator sigc::slot_iterator<T_slot>::operator-- | ( | int | ) | [inline] |
bool sigc::slot_iterator<T_slot>::operator== | ( | const slot_iterator<T_slot>& | other | ) | const [inline] |
bool sigc::slot_iterator<T_slot>::operator!= | ( | const slot_iterator<T_slot>& | other | ) | const [inline] |
iterator_type sigc::slot_iterator<T_slot>::i_ |