OpenCMISS-Iron Internal API Documentation
TREES::TreeInsertTypes

The insert type for a tree. More...

Variables

integer(intg), parameter, public trees::tree_duplicates_allowed_type =1
 Duplicate keys allowed tree type. More...
 
integer(intg), parameter, public trees::tree_no_duplicates_allowed =2
 No duplicate keys allowed tree type. More...
 

Detailed Description

The insert type for a tree.

See also
TREES

Variable Documentation

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

Duplicate keys allowed tree type.

See also
TREES::TreeInsertTypes,TREES

Definition at line 81 of file trees.f90.

Referenced by trees::tree_create_start(), and trees::tree_insert_type_set().

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

No duplicate keys allowed tree type.

See also
TREES::TreeInsertTypes,TREES

Definition at line 82 of file trees.f90.

Referenced by trees::tree_insert_type_set(), and trees::tree_item_insert().