memory_buffer_t Derived Type

type, public :: memory_buffer_t


Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: filename
integer(kind=int8), public, dimension(:), allocatable :: data
integer(kind=int64), public :: size = 0
character(len=16), public :: format = ""
real(kind=real64), public :: creation_time = 0.0_real64