Main Page
Groups
Namespaces
SigC::Slot4< T_return, T_arg1, T_arg2, T_arg3, T_arg4 > Class Template Reference
[Compatibility module]
Converts an arbitrary functor to a unified type which is opaque.
More...
Inheritance diagram for SigC::Slot4< T_return, T_arg1, T_arg2, T_arg3, T_arg4 >:
[legend]List of all members.
|
Public Types |
typedef ::sigc::slot< T_return,
T_arg1, T_arg2, T_arg3, T_arg4 > | parent_type |
Public Member Functions |
| Slot4 () |
| Constructs an empty slot.
|
template<class T_functor> |
| Slot4 (const T_functor& _A_func) |
| Constructs a slot from an arbitrary functor.
|
| Slot4 (const parent_type& src) |
| Constructs a slot, copying an existing one.
|
Slot4& | operator= (const parent_type& src) |
| Overrides this slot making a copy from another slot.
|
Detailed Description
template <class T_return, class T_arg1, class T_arg2, class T_arg3, class T_arg4>
class SigC::Slot4< T_return, T_arg1, T_arg2, T_arg3, T_arg4 >
Converts an arbitrary functor to a unified type which is opaque.
Slot4 itself is a functor or to be more precise a closure. It contains a single, arbitrary functor (or closure) that is executed in operator()().
The template arguments determine the function signature of operator()():
To use simply assign the slot to the desired functor. If the functor is not compatible with the parameter list defined with the template arguments compiler errors are triggered. When called the slot will invoke the functor with minimal copies. block() and unblock() can be used to block the functor's invocation from operator()() temporarily.
- Example:
- Deprecated:
- Use the unnumbered template sigc::slot instead.
Member Typedef Documentation
template <class T_return, class T_arg1, class T_arg2, class T_arg3, class T_arg4> |
typedef ::sigc::slot<T_return, T_arg1,T_arg2,T_arg3,T_arg4> SigC::Slot4<T_return, T_arg1, T_arg2, T_arg3, T_arg4>::parent_type |
|
Constructor & Destructor Documentation
template <class T_return, class T_arg1, class T_arg2, class T_arg3, class T_arg4> |
SigC::Slot4<T_return, T_arg1, T_arg2, T_arg3, T_arg4>::Slot4 |
( |
|
) |
[inline] |
|
|
Constructs an empty slot.
|
template <class T_return, class T_arg1, class T_arg2, class T_arg3, class T_arg4> |
template <class T_functor> |
SigC::Slot4<T_return, T_arg1, T_arg2, T_arg3, T_arg4>::Slot4 |
( |
const T_functor& |
_A_func |
) |
[inline] |
|
|
Constructs a slot from an arbitrary functor.
- Parameters:
-
| _A_func | The desired functor the new slot should be assigned to. |
|
template <class T_return, class T_arg1, class T_arg2, class T_arg3, class T_arg4> |
SigC::Slot4<T_return, T_arg1, T_arg2, T_arg3, T_arg4>::Slot4 |
( |
const parent_type& |
src |
) |
[inline] |
|
|
Constructs a slot, copying an existing one.
- Parameters:
-
| src | The existing slot to copy. |
|
Member Function Documentation
template <class T_return, class T_arg1, class T_arg2, class T_arg3, class T_arg4> |
Slot4& SigC::Slot4<T_return, T_arg1, T_arg2, T_arg3, T_arg4>::operator= |
( |
const parent_type& |
src |
) |
[inline] |
|
|
Overrides this slot making a copy from another slot.
- Parameters:
-
| src | The slot from which to make a copy. |
- Returns:
this .
|
The documentation for this class was generated from the following file:
Generated for libsigc++ 2.0 by
Doxygen 1.3.9.1 © 1997-2001