cds  1.4.0
Namespaces | Data Structures | Enumerations
cds::intrusive::opt Namespace Reference

Common options for intrusive containers. More...

Namespaces

namespace  v
 Predefined option values.
 

Data Structures

struct  hook
 Hook option. More...
 
struct  disposer
 Item disposer option setter. 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

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 1.4.0 Developed by Maxim Khiszinsky aka khizmax 2007 - 2012
Autogenerated Mon May 20 2013 00:38:00 by Doxygen 1.8.3.1