#include <adevs_models.h>
Public Member Functions | |
Event () | |
Constructor. Sets the model to NULL. | |
Event (Devs< X > *model, const X &value) | |
Constructor that sets the model and value. | |
Event (const Event< X > &src) | |
Copy constructor. | |
const Event< X > & | operator= (const Event< X > &src) |
Assignment operator. | |
~Event () | |
Destructor. | |
Public Attributes | |
Devs< X > * | model |
The model associated with the event. | |
X | value |
The value associated with the event. |