Public Member Functions | |
int | GetCount () const |
bool | IsEmpty () const |
void | PushBack (const T &data) |
void | PeekFront (T &ret) |
T | PeekFront () |
T | PopFront () |
void | PopFront (T &ret) |
void | Clear () |
|
inline |
Deletes all data information.
|
inline |
|
inline |
TODO:translate needed. Get the very front data copied.
[out] | ret | This is a reference to be copied |
|
inline |
|
inline |
Removes the very front data from the queue and get it returned.
|
inline |
Deletes the very first data from the queue and get it as reference.
[out] | ret | Reference to receive data |
|
inline |
TODO:translate needed.
data | Data to be added |