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 vector.
A vector storing the first N elements in-place, and optionally spilling additional elements to a heap vector.
A simple optional type, using the (already) optional pointer type.
A simple double ended queue.
Definition at line 19 of file template.h.
int item_t::x |
Definition at line 20 of file template.h.