cds  2.3.2
cds::intrusive::opt Namespace Reference

Common options for intrusive containers. More...

Namespaces

 v
 Predefined option values.
 

Data Structures

struct  delete_disposer
 Deletion item disposer. More...
 
struct  disposer
 Item disposer option setter. More...
 
struct  empty_disposer
 Empty item disposer. More...
 
struct  hook
 Hook option. More...
 
struct  link_checker
 Link checking. More...
 

Enumerations

enum  link_check_type { never_check_link, debug_check_link, always_check_link }
 Values of cds::intrusive::opt::link_checker option. More...
 

Detailed Description

Common options for intrusive containers.

This namespace contains options for intrusive containers. It imports all definitions from cds::opt namespace and introduces a lot of options specific for intrusive approach.

Enumeration Type Documentation

◆ link_check_type

Values of cds::intrusive::opt::link_checker option.

Enumerator
never_check_link 

no link checking performed

debug_check_link 

check only in debug build

always_check_link 

check in debug and release build


cds 2.3.2 Developed by Maxim Khizhinsky aka khizmax and other contributors 2007 - 2017
Autogenerated Sun Dec 31 2017 12:10:45 by Doxygen 1.8.13