OpenCMISS-Iron Internal API Documentation
trees::tree_type Type Reference
Collaboration diagram for trees::tree_type:

Private Attributes

logical tree_finished
 Is .TRUE. if the tree has finished being created, .FALSE. if not. More...
 
integer(intg) insert_type
 The insert type for duplicate keys for the tree. More...
 
integer(intg) number_in_tree
 The number of items currently in the tree. More...
 
type(tree_node_type), pointer root
 The pointer to the root of the tree. More...
 
type(tree_node_type), pointer nil
 The pointer to the nil of the tree. More...
 

Detailed Description

Definition at line 97 of file trees.f90.

Member Data Documentation

integer(intg) trees::tree_type::insert_type
private

The insert type for duplicate keys for the tree.

Definition at line 100 of file trees.f90.

type(tree_node_type), pointer trees::tree_type::nil
private

The pointer to the nil of the tree.

Definition at line 103 of file trees.f90.

integer(intg) trees::tree_type::number_in_tree
private

The number of items currently in the tree.

Definition at line 101 of file trees.f90.

type(tree_node_type), pointer trees::tree_type::root
private

The pointer to the root of the tree.

Definition at line 102 of file trees.f90.

logical trees::tree_type::tree_finished
private

Is .TRUE. if the tree has finished being created, .FALSE. if not.

Definition at line 99 of file trees.f90.