#include <eosim/utils/ceventvector.hpp>
Public Member Functions | |
CEventVector () | |
The constructor creates an empty CEventVector. | |
~CEventVector () | |
The destructor of CEventVector. This operation doesn’t delete any CEvents stored. | |
void | push (core::CEvent *elem) |
This operation adds elem at the end of the vector. | |
void | remove (unsigned i) |
This operation remove the element whose position in the vector is i. | |
core::CEvent * | operator[] (unsigned int i) |
This operation returns the CEvent whose position in the vector is i. | |
unsigned int | size () |
This operation returns the size of the vector. |
CEventVector::~CEventVector | ( | ) |
The destructor of CEventVector. This operation doesn’t delete any CEvents stored.
CEvent * CEventVector::operator[] | ( | unsigned int | i | ) |
This operation returns the CEvent whose position in the vector is i.