#include <CircularQueue.hpp>
Public Methods | |
| CircularQueue () | |
| ~CircularQueue () | |
| void | clear (void) |
| Clear the queue. | |
| T | elementAt (unsigned int idx) const |
| void | removeFirst () |
| void | removeItems (unsigned int nb) |
| void | append (const T &t) |
| unsigned int | entries () const |
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
Clear the queue.
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
1.2.18