qlibc Core API Reference Containers for Key/Value pairs Tree Table --- in binary tree(left-leaning red-black tree) data structure. Hash Table --- in hash-based data structure. Static Hash Table --- in fixed size memory(array/mmapped/shared). List Table --- in (doubly) linked-list data structure. Containers for Objects List --- Doubly Linked List. Vector --- implements a growable array of elements.

