Contains the data required to receive and process an Event.
More...
#include <EventStream.hpp>
Contains the data required to receive and process an Event.
| bool rz::eventstream::Event::operator!= |
( |
const Event & |
rhs | ) |
|
|
inlinenoexcept |
Evaluates inequality between two Event structs.
| bool rz::eventstream::Event::operator== |
( |
const Event & |
rhs | ) |
|
|
inlinenoexcept |
Evaluates equality between two Event structs.
| std::shared_ptr<void> rz::eventstream::Event::data |
A pointer to the data being sent.
| unsigned rz::eventstream::Event::id { uid++ } |
| unsigned rz::eventstream::Event::lifetime |
How long the Event will live for.
| UUID64 rz::eventstream::Event::recipient |
The unique id of the recipient.
The documentation for this struct was generated from the following files:
- /home/travis/build/razaron/engine-mk1/framework/EventStream.hpp
- /home/travis/build/razaron/engine-mk1/framework/EventStream.cpp