btree_node_structure_i8_dp2d Derived Type

type, private :: btree_node_structure_i8_dp2d


Components

Type Visibility Attributes Name Initial
integer, public :: min_fill
integer, public :: max_fill
integer, public :: n
integer, public :: lastid
integer, public :: refcount
type(btree_node_i8_dp2d), public, POINTER :: root

Source Code

      TYPE btree_node_structure_i8_dp2d
         INTEGER :: min_fill, max_fill
         INTEGER :: n
         INTEGER :: lastid
         INTEGER :: refcount
         TYPE(btree_node_i8_dp2d), POINTER :: root
      END TYPE btree_node_structure_i8_dp2d