Quetzal-CoaTL
The Coalescence Template Library
Loading...
Searching...
No Matches
Node Struct Reference

Public Member Functions

template<class Op1 , class Op2 , class Op3 >
void depth_first_search (Op1 pre_order, Op2 in_order, Op3 post_order)
 
template<class Op1 , class Op2 , class Op3 >
void depth_first_search (Op1 pre_order, Op2 in_order, Op3 post_order)
 

Public Attributes

Nodeparent = nullptr
 
Nodeleft = nullptr
 
Noderight = nullptr
 
char data
 

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