The Pedigree Project  0.1
Public Attributes | List of all members
Tree< K, E >::Node Struct Reference
+ Collaboration diagram for Tree< K, E >::Node:

Public Attributes

key
 
element
 
struct NodeleftChild = nullptr
 
struct NoderightChild = nullptr
 
struct Nodeparent = nullptr
 
size_t height = 0
 

Detailed Description

template<class K, class E>
struct Tree< K, E >::Node

Tree node.

Definition at line 37 of file Tree.h.


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