Empirical
|
#include <EventDrivenGP.h>
Public Member Functions | |
Event (size_t _id=0, const affinity_t &aff=affinity_t(), const memory_t &_msg=memory_t(), const properties_t &_properties=properties_t()) | |
Event (const Event &)=default | |
Event (Event &&)=default | |
Event & | operator= (const Event &)=default |
Event & | operator= (Event &&)=default |
bool | HasProperty (std::string property) const |
Does event object have given property? More... | |
Public Attributes | |
size_t | id |
affinity_t | affinity |
memory_t | msg |
properties_t | properties |
Struct to represent an instance of an Event. Events have an associated ID, affinity, message, and set of properties.
|
inline |
|
default |
|
default |
|
inline |
Does event object have given property?
|
default |
|
default |
affinity_t emp::EventDrivenGP_AW< AFFINITY_WIDTH >::Event::affinity |
size_t emp::EventDrivenGP_AW< AFFINITY_WIDTH >::Event::id |
memory_t emp::EventDrivenGP_AW< AFFINITY_WIDTH >::Event::msg |
properties_t emp::EventDrivenGP_AW< AFFINITY_WIDTH >::Event::properties |