sigc::signal< T_return, T_arg1, T_arg2, nil, nil, nil, nil, nil >::accumulated< T_accumulator > Class Template Reference
Convenience wrapper for the numbered sigc::signal2 template. More...
Inherits sigc::signal2< T_return, T_arg1, T_arg2, T_accumulator >.
List of all members.
Public Member Functions |
| accumulated (const accumulated &src) |
Detailed Description
template <class T_return, class T_arg1, class T_arg2>
template <class T_accumulator>
class sigc::signal< T_return, T_arg1, T_arg2, nil, nil, nil, nil, nil >::accumulated< T_accumulator >
Convenience wrapper for the numbered sigc::signal2 template.
Like sigc::signal but the additional template parameter T_accumulator defines the accumulator type that should be used.
The documentation for this class was generated from the following file: