Page_ Derived Type

type, public :: Page_


Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: charvalue
character(len=:), public, allocatable :: key
integer(kind=int32), public :: type_id = 0
integer(kind=int32), public :: IntValue
real(kind=real64), public :: RealValue
integer(kind=int32), public, allocatable :: intlist(:)
real(kind=real64), public, allocatable :: realist(:)