#include <stilvectorevent.h>
Public Member Functions | |
STILVectorEvent () | |
STILVectorEvent (const STILVectorEvent &) | |
~STILVectorEvent () | |
STILVectorEvent & | operator= (const STILVectorEvent &) |
bool | operator== (const STILVectorEvent &) const |
bool | operator< (const STILVectorEvent &) const |
void | init () |
LONG | getCount () const |
STILEvent | getEvent (LONG) const |
const STILTimeExpr | getTime (LONG) const |
void | addEvent (STILEvent) |
void | addTime (const STILTimeExpr &) |
void | setWFC (const char c) |
const char | getWFC () const |
void | print () const |
|
default constructor for STILVectorEvent class
|
|
Copy constructor for STILVectorEvent class.
|
|
Destructor for a STILVectorEvent object.
|
|
Add an event.
|
|
Add a time to correspond with an event.
|
|
|
|
|
|
|
|
|
|
Initialize(reset) this object.
|
|
Less than operator.
|
|
Assignment operator.
|
|
Equality operator. - implemented only for STL build.
|
|
Print out the vector events (for testing).
|
|
|