|
cds
2.3.2
|
Predefined options value. More...
Data Structures | |
| struct | assignment_move_policy |
opt::move_policy based on move-assignment operator More... | |
| struct | auto_cleaner |
Cleaner that calls T destructor if it is not trivial. More... | |
| struct | c_rand |
rand() -base random number generator for opt::random_engine More... | |
| struct | default_swap_policy |
| struct | destruct_cleaner |
Cleaner that calls destructor of type T. More... | |
| struct | empty_cleaner |
| Empty cleaner. More... | |
| class | initialized_dynamic_buffer |
| Dynamically allocated initialized buffer. More... | |
| class | initialized_static_buffer |
| Static initialized buffer. More... | |
| struct | less_comparator |
Comparator based on std::less predicate. More... | |
| struct | less_comparator< std::basic_string< T, Traits, Alloc > > |
Comparator specialization for std::string. More... | |
| class | random2_permutation |
Permutation generator of power-of-2 length based on rand() More... | |
| class | random_permutation |
Permutation generator of arbitrary length based on rand() More... | |
| class | random_shuffle_permutation |
Permutation generator based on std::shuffle. More... | |
| struct | rcu_assert_deadlock |
opt::rcu_check_deadlock option value: call assert in debug mode only More... | |
| struct | rcu_no_check_deadlock |
| opt::rcu_check_deadlock option value: no deadlock checking More... | |
| struct | rcu_throw_deadlock |
| opt::rcu_check_deadlock option value: throw a cds::urcu::rcu_deadlock exception when a deadlock detected More... | |
| struct | relaxed_ordering |
Relaxed memory ordering opt::memory_model. More... | |
| struct | sequential_consistent |
Sequential consistent opt::memory_memory ordering. More... | |
| class | sequential_item_counter |
| Sequential non-atomic item counter. More... | |
| class | skew_permutation |
| Skew permutation generator. More... | |
| class | uninitialized_dynamic_buffer |
| Dynamically allocated uninitialized buffer. More... | |
| class | uninitialized_static_buffer |
| Static uninitialized buffer. More... | |
Predefined options value.