sigc::signal< T_return, T_arg1, nil, nil, nil, nil, nil, nil >::accumulated< T_accumulator > Class Template Reference
Convenience wrapper for the numbered sigc::signal1 template. More...
Inherits sigc::signal1< T_return, T_arg1, T_accumulator >.
List of all members.
Public Member Functions |
| accumulated (const accumulated &src) |
Detailed Description
template <class T_return, class T_arg1>
template <class T_accumulator>
class sigc::signal< T_return, T_arg1, nil, nil, nil, nil, nil, nil >::accumulated< T_accumulator >
Convenience wrapper for the numbered sigc::signal1 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: