![]() |
![]() |
Static Public Member Functions | |
static T_return | call_it (slot_rep* rep) |
Invokes a functor of type T_functor . | |
static hook | address () |
Forms a function pointer from call_it(). |
call_it() invokes a functor of type T_functor with a list of parameters whose types are given by the template arguments. address() forms a function pointer from call_it().
The following template arguments are used:
static T_return sigc::internal::slot_call0<T_functor, T_return>::call_it | ( | slot_rep* | rep | ) | [inline, static] |
Invokes a functor of type T_functor
.
rep | slot_rep object that holds a functor of type T_functor . |
static hook sigc::internal::slot_call0<T_functor, T_return>::address | ( | ) | [inline, static] |