|
Derive-C
|
A queue comprised of an extendable circular buffer. More...
#include <template.h>
Public Attributes | |
| int | x |
A queue comprised of an extendable circular buffer.
A simple optional type, using the (already) optional pointer type.
A vector storing the first N elements in-place, and optionally spilling additional elements to a heap vector.
A simple vector.
A simple double ended queue.
Definition at line 22 of file template.h.
| int item_t::x |
Definition at line 23 of file template.h.