cds  2.3.2
cds::intrusive::ellen_bintree::node_types< GC, Key, Tag > Struct Template Reference

Types of EllenBinTree node. More...

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

Public Types

typedef node< GC, Tag > leaf_node_type
 Leaf node type.
 
typedef internal_node< Key, leaf_node_typeinternal_node_type
 Internal node type.
 
typedef update_desc< leaf_node_type, internal_node_typeupdate_desc_type
 Update descriptor type.
 

Detailed Description

template<typename GC, typename Key, typename Tag = opt::none>
struct cds::intrusive::ellen_bintree::node_types< GC, Key, Tag >

Types of EllenBinTree node.

This struct declares different EllenBinTree node types. It can be useful for simplifying EllenBinTree node declaration in your application.

Template parameters:


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