![]() |
![]() |
Public Types | |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef T_emitter | emitter_type |
typedef void | result_type |
typedef T_emitter::slot_type | slot_type |
typedef signal_impl::const_iterator_type | iterator_type |
Public Member Functions | |
slot_iterator_buf () | |
slot_iterator_buf (const iterator_type& i, const emitter_type* c) | |
void | operator* () const |
slot_iterator_buf& | operator++ () |
slot_iterator_buf | operator++ (int) |
slot_iterator_buf& | operator-- () |
slot_iterator_buf | operator-- (int) |
bool | operator== (const slot_iterator_buf&other) const |
bool | operator!= (const slot_iterator_buf&other) const |
typedef size_t sigc::internal::slot_iterator_buf<T_emitter, void>::size_type |
typedef ptrdiff_t sigc::internal::slot_iterator_buf<T_emitter, void>::difference_type |
typedef std::bidirectional_iterator_tag sigc::internal::slot_iterator_buf<T_emitter, void>::iterator_category |
typedef T_emitter sigc::internal::slot_iterator_buf<T_emitter, void>::emitter_type |
typedef void sigc::internal::slot_iterator_buf<T_emitter, void>::result_type |
typedef T_emitter::slot_type sigc::internal::slot_iterator_buf<T_emitter, void>::slot_type |
typedef signal_impl::const_iterator_type sigc::internal::slot_iterator_buf<T_emitter, void>::iterator_type |
sigc::internal::slot_iterator_buf<T_emitter, void>::slot_iterator_buf | ( | ) | [inline] |
sigc::internal::slot_iterator_buf<T_emitter, void>::slot_iterator_buf | ( | const iterator_type& | i, | |
const emitter_type* | c | |||
) | [inline] |
void sigc::internal::slot_iterator_buf<T_emitter, void>::operator* | ( | ) | const [inline] |
slot_iterator_buf& sigc::internal::slot_iterator_buf<T_emitter, void>::operator++ | ( | ) | [inline] |
slot_iterator_buf sigc::internal::slot_iterator_buf<T_emitter, void>::operator++ | ( | int | ) | [inline] |
slot_iterator_buf& sigc::internal::slot_iterator_buf<T_emitter, void>::operator-- | ( | ) | [inline] |
slot_iterator_buf sigc::internal::slot_iterator_buf<T_emitter, void>::operator-- | ( | int | ) | [inline] |
bool sigc::internal::slot_iterator_buf<T_emitter, void>::operator== | ( | const slot_iterator_buf<T_emitter, void>& | other | ) | const [inline] |
bool sigc::internal::slot_iterator_buf<T_emitter, void>::operator!= | ( | const slot_iterator_buf<T_emitter, void>& | other | ) | const [inline] |