#include <stilvectoreventlist.h>
Public Member Functions | |
| STILVectorEventList () | |
| STILVectorEventList (const STILVectorEventList &) | |
| virtual | ~STILVectorEventList () |
| STILVectorEventList & | operator= (const STILVectorEventList &) |
| const STILVectorEvent & | operator[] (const LONG &) const |
| const STILVectorEvent & | getVectorEvent (const LONG) const |
| void | init () |
| LONG | getCount () const |
| void | setHasScanEvents (bool hse) |
| bool | getHasScanEvents () const |
| void | addVectorEvent (const STILVectorEvent &) |
| void | print () const |
Protected Attributes | |
| bool | m_hasScanEvents |
| std::vector< const STILVectorEvent * > | m_VEList |
|
|
Default constructor for STILVectorEventList class.
|
|
|
Copy constructor for STILVectorEventList class.
|
|
|
Destructor for a STILVectorEventList object.
|
|
|
Add a vector event to the list of vector events.
|
|
|
|
|
|
|
|
|
Same functionality as the indexing operator.
|
|
|
Initialize a STILVectorEventList object.
|
|
|
Assignment operator.
|
|
|
Indexing operator.
|
|
|
Print the list of vector events (for testing the API).
|
|
|
|
|
|
|
|
|
|