|
void | clear (void) |
|
uint32_t | capacity (void) const |
|
uint32_t | space (void) const |
|
uint32_t | fullness (void) const |
|
bool | push (const T &item, uint32_t wait_ms=-1) |
|
bool | pushFromIsr (const T &item, int32_t *woken) |
|
bool | pull (T &item, uint32_t wait_ms=-1) |
|
The documentation for this class was generated from the following file: