Construct a new Pico Queue object.
More...
#include <PicoQueue.h>
|
| Queue (int maxCount=100, bool blocking=true, bool withLock=true) |
|
bool | isEmpty () |
|
bool | isFull () |
|
bool | peek (T &data) |
|
bool | push (T &data) |
|
bool | pop (T &data) |
|
uint | size () |
|
void | clear () |
|
|
uint | nextSpinlockNumber () |
|
|
queue_t | q |
|
bool | is_blocking |
|
template<class T>
class Queue< T >
Construct a new Pico Queue object.
- Template Parameters
-
- Author
- Phil Schatzmann
- Copyright
- GPLv3
The documentation for this class was generated from the following file: