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

Optimistic queue node. More...

#include <cds/intrusive/optimistic_queue.h>

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 next node.
 
atomic_node_ptr m_pPrev
 Pointer to previous node.
 

Detailed Description

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

Optimistic queue node.

Template parameters:

  • GC - garbage collector
  • Tag - a tag

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:46 by Doxygen 1.8.13