cds
2.3.2
|
CuckooSet and CuckooMap related definitions. More...
Data Structures | |
class | empty_refinable_stat |
Empty refinable internal statistics. This is typedef for intrusive::cuckoo::empty_refinable_stat. More... | |
class | empty_stat |
Cuckoo empty statistics.This is typedef for intrusive::cuckoo::empty_stat. More... | |
class | empty_striping_stat |
Empty striping internal statistics. This is typedef for intrusive::cuckoo::empty_striping_stat. More... | |
struct | make_traits |
Metafunction converting option list to CuckooSet/CuckooMap traits. More... | |
struct | probeset_type |
Probe set type option. More... | |
class | refinable |
Refinable concurrent access policy. This is typedef for intrusive::cuckoo::refinable template. More... | |
class | refinable_stat |
Refinable internal statistics. This is typedef for intrusive::cuckoo::refinable_stat. More... | |
class | stat |
Cuckoo statistics. This is typedef for intrusive::cuckoo::stat. More... | |
struct | store_hash |
Option specifying whether to store hash values in the node. More... | |
class | striping |
Lock striping concurrent access policy. This is typedef for intrusive::cuckoo::striping template. More... | |
class | striping_stat |
Striping internal statistics. This is typedef for intrusive::cuckoo::striping_stat. More... | |
struct | traits |
Type traits for CuckooSet and CuckooMap classes. More... | |