SPH
List of all members
CallbackSet< Function< void(TArgs...)> > Class Template Reference

Convenience specialization for Function. More...

#include <CallbackSet.h>

Inheritance diagram for CallbackSet< Function< void(TArgs...)> >:
CallbackSet< void(TArgs...)>

Additional Inherited Members

- Public Member Functions inherited from CallbackSet< void(TArgs...)>
 CallbackSet ()=default
 
 CallbackSet (const CallbackSet &other)
 
void insert (const SharedToken &owner, const Function< void(TArgs...)> &functor)
 
void operator() (TArgs... args) const
 Calls all registered callbacks. More...
 
Iterator< const Callback > begin () const
 
Iterator< const Callback > end () const
 
Size size () const
 
bool empty () const
 

Detailed Description

template<typename... TArgs>
class CallbackSet< Function< void(TArgs...)> >

Convenience specialization for Function.

Definition at line 69 of file CallbackSet.h.


The documentation for this class was generated from the following file: