Queue

Undocumented in source.

Members

Functions

add
void add(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
debugDump
void debugDump()
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
pop
T pop()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

head
size_t head;
Undocumented in source.
valueCounter
size_t valueCounter;
Undocumented in source.
values
T[size_t] values;
Undocumented in source.

Meta