|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
#include <queue.h>
Public Member Functions | |
| queue (int size=4096) | |
| ~queue () | |
| bool | enqueue (T &) |
| bool | dequeue (T *) |
| bool | peek (int offset, T *) |
| bool | isEmpty () const |
| unsigned int | length () const |