sigx++
2.0.1
|
signal source is a object's member function returning a signal of type T_signal. Object instance is late bound. More...
#include <signal_source_obj_mem.h>
Public Types | |
typedef signal_source_pobj_mem_fun < T_obj, T_functor, T_signal > | self_type |
typedef sigc::functor_trait < T_functor >::functor_type | functor_type |
![]() | |
typedef void(* | hook )() |
An untyped function pointer. More... | |
Public Member Functions | |
signal_source_pobj_mem_fun (T_obj *const &_A_obj, const T_functor &_A_mem_func) | |
![]() | |
virtual | ~signal_source_base () |
hook | getter () const |
![]() | |
void * | operator new (std::size_t size) |
void | operator delete (void *p) |
void * | operator new[] (std::size_t size) |
void | operator delete[] (void *p) |
Static Public Member Functions | |
static T_signal | get_signal (signal_source_ptr base) |
Data Fields | |
T_obj *const & | m_obj |
functor_type | m_mem_func |
Additional Inherited Members | |
![]() | |
signal_source_base (hook _A_getter) | |
![]() | |
hook | m_getter |
signal source is a object's member function returning a signal of type T_signal. Object instance is late bound.
typedef sigc::functor_trait<T_functor>::functor_type sigx::signal_source_pobj_mem_fun< T_obj, T_functor, T_signal >::functor_type |
typedef signal_source_pobj_mem_fun<T_obj, T_functor, T_signal> sigx::signal_source_pobj_mem_fun< T_obj, T_functor, T_signal >::self_type |
|
inline |
|
inlinestatic |
functor_type sigx::signal_source_pobj_mem_fun< T_obj, T_functor, T_signal >::m_mem_func |
T_obj* const& sigx::signal_source_pobj_mem_fun< T_obj, T_functor, T_signal >::m_obj |