![]() |
![]() |
Inheritance diagram for sigc::slot< T_return >:
Public Types | |
typedef slot0<T_return> | parent_type |
Public Member Functions | |
slot () | |
template <class T_functor> | slot (const T_functor& _A_func) |
Constructs a slot from an arbitrary functor. | |
slot (const slot& src) |
See the base class for useful methods. This is the template specialization of the unnumbered sigc::slot template for 0 argument(s).
|
Reimplemented in SigC::Slot0<T_return>. |
|
|
|
Constructs a slot from an arbitrary functor.
|
|
|