template<class X> class adevs::CellEvent

Input and output events produced by components of a CellSpace must be of the type CellEvent.

Public Fields

[more]long int x
The x coordinate of the event target
[more]long int y
The y coordinate of the event target
[more]long int z
The z coordinate of the event target
[more]X value
The event value

Public Methods

[more] CellEvent()
Default constructor.
[more] CellEvent(const CellEvent<X>& src)
Copy constructor
[more]const CellEvent& operator=(const CellEvent<X>& src)
Assignment operator


Documentation

Input and output events produced by components of a CellSpace must be of the type CellEvent. A CellEvent has an event value (i.e., the actual input/output value) and a target cell for the event.
o CellEvent()
Default constructor. Sets x = y = z = 0.

o CellEvent(const CellEvent<X>& src)
Copy constructor

oconst CellEvent& operator=(const CellEvent<X>& src)
Assignment operator

olong int x
The x coordinate of the event target

olong int y
The y coordinate of the event target

olong int z
The z coordinate of the event target

oX value
The event value


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.