RobWorkProject  23.9.11-
Public Types | Public Member Functions | List of all members
FireFunctor< CallBackMethod, T1, T2, T3, _n1, _n1 > Struct Template Reference

FireFunctor with 3 arguments. More...

#include <Event.hpp>

Public Types

typedef Event< CallBackMethod, T1, T2, T3 > EventType
 Type of the event.
 

Public Member Functions

 FireFunctor (EventType *event)
 Constructor. More...
 
void operator() (T1 t1, T2 t2, T3 t3)
 Functor operator for invoking the callback methods on all listeners.
 

Detailed Description

template<class CallBackMethod, class T1, class T2, class T3>
struct rw::core::FireFunctor< CallBackMethod, T1, T2, T3, _n1, _n1 >

FireFunctor with 3 arguments.

Constructor & Destructor Documentation

◆ FireFunctor()

FireFunctor ( EventType event)
inline

Constructor.

Parameters
event[in] the event.

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