Here is a list of all namespaces with brief descriptions:
[detail level 12]
| ▼Nvs | |
| Cvs_queue_strategy | Simpliest determenistic merge strategy |
| Cvs_queue | A versioned mimic of a stl::queue, suitable for multithread |
| Cvs_set_strategy | Simpliest determenistic merge strategy |
| Cvs_set | A versioned mimic of a stl::set, suitable for multithread |
| Cvs_stack_strategy | Simpliest determenistic merge strategy |
| Cvs_stack | A versioned mimic of a stl::stack, suitable for multithread |
| Cthread | Std::thread wrapper with additional logic for managing Revisions |
| Cvs_tree_strategy | Simpliest determenistic merge strategy |
| C_vs_tree_node | Manages all balancing logic and correlating allocations; |
| C_vs_tree_iterator | |
| C_vs_tree | Serves as stl-like interface from node to vs_tree; handles allocations in construction and destruction |
| Cvs_tree | A versioned AVL-tree with deep copy constructor in internal classes |