![]() |
![]() |
Inheritance diagram for sigc::slot< T_return, T_arg1, T_arg2 >:
Public Types | |
typedef slot2< T_return, T_arg1, T_arg2 > | 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 2 argument(s).
|
Reimplemented in SigC::Slot2<T_return, T_arg1, T_arg2>. |
|
|
|
Constructs a slot from an arbitrary functor.
|
|
|