marray_compound_mod::compound_item Type Reference

Private Attributes

type(marray_base), pointer item => null()
 
type(compound_item), pointer next => null()
 
integer extent
 
integer entry_num
 

Detailed Description

Definition at line 40 of file marray_compound.f90.

Member Data Documentation

◆ entry_num

integer marray_compound_mod::compound_item::entry_num
private

Definition at line 43 of file marray_compound.f90.

◆ extent

integer marray_compound_mod::compound_item::extent
private

Definition at line 43 of file marray_compound.f90.

◆ item

type(marray_base), pointer marray_compound_mod::compound_item::item => null()
private

Definition at line 41 of file marray_compound.f90.

◆ next

type(compound_item), pointer marray_compound_mod::compound_item::next => null()
private

Definition at line 42 of file marray_compound.f90.


The documentation for this type was generated from the following file: