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

#include <tree-node-common.H>

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

Public Member Functions

 Three_Trees ()
 
 ~Three_Trees ()
 

Public Attributes

Tree_Node< int > * root1 = nullptr
 
Tree_Node< int > * root2 = nullptr
 
Tree_Node< int > * root3 = nullptr
 
const DynList< intl1
 
const DynList< intl2 = { 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43 }
 
const DynList< intl3
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Three_Trees()

Three_Trees::Three_Trees ( )
inline

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

◆ ~Three_Trees()

Three_Trees::~Three_Trees ( )
inline

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

References Aleph::destroy_tree(), root1, root2, and root3.

Member Data Documentation

◆ l1

const DynList<int> Three_Trees::l1
Initial value:
= { 0, 1, 6, 7, 8, 9, 10, 2, 11, 12, 13, 14, 15, 3,
16, 17, 18, 19, 20, 4, 21, 22, 23, 24, 25, 5, 26,
27, 28, 29, 30 }

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

◆ l2

const DynList<int> Three_Trees::l2 = { 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43 }

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

◆ l3

const DynList<int> Three_Trees::l3
Initial value:
= { 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56,
57, 58, 59, 60, 61, 62, 63, 64 }

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

◆ root1

Tree_Node<int>* Three_Trees::root1 = nullptr

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

Referenced by ~Three_Trees().

◆ root2

Tree_Node<int>* Three_Trees::root2 = nullptr

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

Referenced by ~Three_Trees().

◆ root3

Tree_Node<int>* Three_Trees::root3 = nullptr

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

Referenced by ~Three_Trees().


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