|
rad
2.0.0
|
#include <event.hpp>
Public Member Functions | |
| template<class... Args> | |
| Event (Args &&...args) | |
| template<class... Args> | |
| Event (Args &&...args) | |
| template<class... Args> | |
| Event (Args &&...args) | |
Standard constructors | |
| Event (Event const &e)=default | |
| Event (Event &e)=default | |
| Event (Event &&e)=default | |
| Event & | operator= (Event const &e)=default |
| Event (Event const &e)=default | |
| Event (Event &e)=default | |
| Event (Event &&e)=default | |
| Event & | operator= (Event const &e)=default |
| Event (Event const &e)=default | |
| Event (Event &e)=default | |
| Event (Event &&e)=default | |
| Event & | operator= (Event const &e)=default |
Event instance class for events with a Payload and that does not type erase the payload.
|
default |
|
default |
|
default |
|
inline |
Create Event<EVENT> instance with non-void payload_t type.
|
default |
|
default |
|
default |
|
inline |
Create Event<EVENT> instance with non-void payload_t type.
|
default |
|
default |
|
default |
|
inline |
Create Event<EVENT> instance with non-void payload_t type.
|
default |
|
default |
|
default |
1.8.5