Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Simple_Tree Struct Reference

#include <tree-node-common.H>

Inheritance diagram for Simple_Tree:
[legend]
Collaboration diagram for Simple_Tree:
[legend]

Public Member Functions

 Simple_Tree ()
 
 ~Simple_Tree ()
 

Public Attributes

Tree_Node< int > * root = nullptr
 

Detailed Description

Definition at line 72 of file tree-node-common.H.

Constructor & Destructor Documentation

◆ Simple_Tree()

Simple_Tree::Simple_Tree ( )
inline

Definition at line 75 of file tree-node-common.H.

◆ ~Simple_Tree()

Simple_Tree::~Simple_Tree ( )
inline

Definition at line 76 of file tree-node-common.H.

References Aleph::destroy_tree(), and root.

Member Data Documentation

◆ root

Tree_Node<int>* Simple_Tree::root = nullptr

Definition at line 74 of file tree-node-common.H.

Referenced by ~Simple_Tree().


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