cds  2.3.2
cds::intrusive::single_link::node< GC, Tag > Struct Template Reference

Container's node. More...

#include <cds/intrusive/details/single_link_struct.h>

Data Structures

struct  rebind
 Rebind node for other template parameters. More...
 

Public Types

typedef GC gc
 Garbage collector.
 
typedef Tag tag
 tag
 
typedef gc::template atomic_ref< nodeatomic_node_ptr
 atomic pointer
 

Data Fields

atomic_node_ptr m_pNext
 pointer to the next node in the container
 

Detailed Description

template<class GC, typename Tag = opt::none>
struct cds::intrusive::single_link::node< GC, Tag >

Container's node.

Template parameters:

  • GC - garbage collector used
  • Tag - a tag used to distinguish between different implementation

The documentation for this struct was generated from the following file:

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