RADLib
RADical C++ application framework
RADCore::Internal::EventBinder< Args > Struct Template Reference

#include <RADCore.h>

+ Collaboration diagram for RADCore::Internal::EventBinder< Args >:

Public Member Functions

 EventBinder (Event< void(Args...)> &ev)
 
void operator() (Args... args)
 

Public Attributes

Event< void(Args...)> & targetEvent
 

Constructor & Destructor Documentation

◆ EventBinder()

template<typename... Args>
RADCore::Internal::EventBinder< Args >::EventBinder ( Event< void(Args...)> &  ev)
inline

Member Function Documentation

◆ operator()()

template<typename... Args>
void RADCore::Internal::EventBinder< Args >::operator() ( Args...  args)
inline

Member Data Documentation

◆ targetEvent

template<typename... Args>
Event<void(Args...)>& RADCore::Internal::EventBinder< Args >::targetEvent

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