Main Page
Groups
Namespaces
sigc::internal::slot_call0< T_functor, T_return > Struct Template Reference
Abstracts functor execution.
More...
List of all members.
Detailed Description
template <class T_functor, class T_return>
struct sigc::internal::slot_call0< T_functor, T_return >
Abstracts functor execution.
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:
- T_functor The functor type.
- T_return The return type of call_it().
Member Function Documentation
|
Forms a function pointer from call_it().
- Returns:
- A function pointer formed from call_it().
|
|
Invokes a functor of type T_functor .
- Parameters:
-
| rep | slot_rep object that holds a functor of type T_functor . |
- Returns:
- The return values of the functor invocation.
|
The documentation for this struct was generated from the following file:
Generated for libsigc++ 2.0 by
Doxygen 1.3.9.1 © 1997-2001