cds  2.3.2
cds::intrusive::iterable_list::node< T > Struct Template Reference

Node type. More...

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

Public Types

typedef T value_type
 Value type.
 
typedef cds::details::marked_ptr< T, 1 > marked_data_ptr
 marked pointer to the value
 

Data Fields

atomics::atomic< node *> next
 pointer to next node in the list
 
atomics::atomic< marked_data_ptrdata
 pointer to user data, nullptr if the node is free
 

Detailed Description

template<typename T>
struct cds::intrusive::iterable_list::node< T >

Node type.


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