Event objects are used for routing and notification of external simulation
event listeners
Public Fields
-
Devs<X> * model
- The model associated with the event
-
X value
- The value associated with the event
Public Methods
-
Event()
- Constructor.
-
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
Documentation
Event objects are used for routing and notification of external simulation
event listeners
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
Devs<X> * model
- The model associated with the event
X value
- The value associated with the event
~Event()
- Destructor
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.