libcstl
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
[detail level 123]
 Low level containers
 Binary treesObjects implemented as binary trees
 Binary treeAn unbalanced binary tree
 Binary heapA binary tree organized as a heap
 Red-black treeA self-balancing binary tree
 Linked listsCollection of linked lists
 Doubly-linked listA linked list allowing traversal in both directions
 Singly-linked listA linked list allowing traversal in the forward direction
 Hash tableA hash table utilizing separate chaining for collision resolution
 High level containers
 StringVector-like memory management of a collection of characters
 ArrayDynamically-allocated, fixed size array
 MapA container of key/value pairs with unique keys
 VectorVariable-sized array
 Smartish pointersNon-automatic smart pointers
 Guarded pointersObject to guard against direct copying of pointers
 Unique PointersDynamically-allocated memory with a single owner
 Shared PointersReference-counted, dynamically-allocated memory
 Weak PointersNon-"owning" reference to a shared pointer