OpenCMISS-Iron Internal API Documentation
TREES::TreeNodeInsertStatus

The insert status for tree nodes. More...

Variables

integer(intg), parameter, public trees::tree_node_insert_sucessful =1
 Successful insert status. More...
 
integer(intg), parameter, public trees::tree_node_duplicate_key =2
 Duplicate key found for those trees that do not allow duplicate keys. More...
 

Detailed Description

The insert status for tree nodes.

See also
TREES

Variable Documentation

integer(intg), parameter, public trees::tree_node_duplicate_key =2

Duplicate key found for those trees that do not allow duplicate keys.

See also
TREES::TreeNodeInsertStatus,TREES

Definition at line 74 of file trees.f90.

Referenced by trees::tree_item_insert().

integer(intg), parameter, public trees::tree_node_insert_sucessful =1

Successful insert status.

See also
TREES::TreeNodeInsertStatus,TREES

Definition at line 73 of file trees.f90.

Referenced by trees::tree_item_insert().