libcstl
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
 Ccstl_array_tThe array object
 Ccstl_bintreeBinary tree object
 Ccstl_bintree_nodeNode to anchor an element within a binary tree
 Ccstl_dlistList object
 Ccstl_dlist_nodeNode to anchor an element within a list
 Ccstl_guarded_ptrStructure to hold a pointer and guard against its direct copying
 Ccstl_hashHash object
 Ccstl_hash_nodeNode to anchor an element within a hash
 Ccstl_heapHeap object
 Ccstl_heap_nodeNode to anchor an element within a heap
 Ccstl_map_iterator_tA pointer to an element within the map
 Ccstl_map_tThe map object
 Ccstl_rbtreeRed-black tree object
 Ccstl_rbtree_nodeNode to anchor an element within a red-black tree
 Ccstl_shared_ptr_tThe shared pointer object
 Ccstl_slistList object
 Ccstl_slist_nodeNode to anchor an element within a list
 Ccstl_STRINGA string object
 Ccstl_unique_ptr_tA pointer that has a single "owner"
 Ccstl_vectorVector object