#include <stileventlist.h>
Public Member Functions | |
| STILEventList () | |
| STILEventList (const STILEventList &) | |
| ~STILEventList () | |
| STILEventList & | operator= (const STILEventList &) |
| void | init () |
| LONG | getCount () const |
| const STILEvent & | operator[] (const LONG &) const |
| const STILEvent & | getEvent (const LONG) const |
| void | addEvent (const STILEvent &) |
|
|
Default constructor.
|
|
|
Construct a STILEventList object from another EventList obj.
|
|
|
Destructor.
|
|
|
Add an event to the list of events.
|
|
|
|
|
|
Same functionality as the index operator.
|
|
|
|
|
|
Equals operator.
|
|
|
Index operator.
|