Page_ Derived Type

type, public :: Page_


Contents


Components

TypeVisibility AttributesNameInitial
character(len=200), public :: value
integer(kind=int32), public :: IntValue
real(kind=real64), public :: RealValue
integer(kind=int32), public, allocatable:: intlist(:)
real(kind=real64), public, allocatable:: realist(:)