btree_node_structure_i8_zp2d Derived Type

type, private :: btree_node_structure_i8_zp2d


Components

Type Visibility Attributes Name Initial
integer, public :: min_fill = -1
integer, public :: max_fill = -1
integer, public :: n = -1
integer, public :: lastid = -1
integer, public :: refcount = -1
type(btree_node_i8_zp2d), public, POINTER :: root => NULL()

Source Code

      TYPE btree_node_structure_i8_zp2d
         INTEGER :: min_fill = -1, max_fill = -1
         INTEGER :: n = -1
         INTEGER :: lastid = -1
         INTEGER :: refcount = -1
         TYPE(btree_node_i8_zp2d), POINTER :: root => NULL()
      END TYPE btree_node_structure_i8_zp2d