|
cds
2.3.3
|
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_type > | internal_node_type |
| Internal node type. | |
| typedef update_desc< leaf_node_type, internal_node_type > | update_desc_type |
| Update descriptor type. | |
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:
GC - one of garbage collector typeKey - key typeTag - a tag