|
| | array.h |
| | A header containing the definition for a static/stack allocated array.
|
| |
| | bintree.h |
| |
| | bitfield.h |
| |
| | containers.h |
| | fennec containers library main header
|
| |
| | deque.h |
| | A header containing the definition for a double-ended queue.
|
| |
| | dynarray.h |
| | A header containing the definition for a dynamically allocated array.
|
| |
| | generic.h |
| |
| | graph.h |
| | A header containing the definition for a graph of vertices connected by edges.
|
| |
| | initializer_list.h |
| |
| | list.h |
| | A header containing the definition for a linked list of values.
|
| |
| | map.h |
| | A header containing the definition for a mapping of keys to values.
|
| |
| | object_pool.h |
| | A header containing the definition for a pool of objects associated by ids.
|
| |
| | optional.h |
| | A header containing the definition for a container with an optionally present variable.
|
| |
| | pair.h |
| | A header containing the definition for a container holding a pair of values.
|
| |
| | priority_queue.h |
| |
| | rdtree.h |
| | A header containing the definition for a tree with a root and directed edges.
|
| |
| | sequence.h |
| |
| | set.h |
| | A header containing the definition for a set of unique values.
|
| |
| | traversal.h |
| | a header containing constants and utilities related to traversal
|
| |
| | tuple.h |
| | A header containing the definition for a container with multiple values of differing types.
|
| |
| | variant.h |
| | Contains the definition for a structure that holds a single value from multiple types.
|
| |