type representing package subpackage list
More...
|
character(len=lencomponentname), dimension(:), allocatable | pkgtypes |
|
character(len=lencomponentname), dimension(:), allocatable | component_types |
|
character(len=lencomponentname), dimension(:), allocatable | subcomponent_types |
|
character(len=linelength), dimension(:), allocatable | filenames |
|
character(len=lenmempath) | mempath |
|
character(len=lencomponentname) | component_name |
|
integer(i4b) | pnum |
|
Definition at line 29 of file InputLoadType.f90.
◆ add()
procedure inputloadtypemodule::subpackagelisttype::add |
|
private |
◆ create()
procedure inputloadtypemodule::subpackagelisttype::create |
|
private |
◆ destroy()
procedure inputloadtypemodule::subpackagelisttype::destroy |
|
private |
◆ component_name
character(len=lencomponentname) inputloadtypemodule::subpackagelisttype::component_name |
|
private |
Definition at line 36 of file InputLoadType.f90.
36 character(len=LENCOMPONENTNAME) :: component_name
◆ component_types
character(len=lencomponentname), dimension(:), allocatable inputloadtypemodule::subpackagelisttype::component_types |
|
private |
Definition at line 31 of file InputLoadType.f90.
31 character(len=LENCOMPONENTNAME),
dimension(:),
allocatable :: component_types
◆ filenames
character(len=linelength), dimension(:), allocatable inputloadtypemodule::subpackagelisttype::filenames |
|
private |
Definition at line 34 of file InputLoadType.f90.
34 character(len=LINELENGTH),
dimension(:),
allocatable :: filenames
◆ mempath
character(len=lenmempath) inputloadtypemodule::subpackagelisttype::mempath |
|
private |
◆ pkgtypes
character(len=lencomponentname), dimension(:), allocatable inputloadtypemodule::subpackagelisttype::pkgtypes |
|
private |
Definition at line 30 of file InputLoadType.f90.
30 character(len=LENCOMPONENTNAME),
dimension(:),
allocatable :: pkgtypes
◆ pnum
integer(i4b) inputloadtypemodule::subpackagelisttype::pnum |
|
private |
◆ subcomponent_types
character(len=lencomponentname), dimension(:), allocatable inputloadtypemodule::subpackagelisttype::subcomponent_types |
|
private |
Definition at line 32 of file InputLoadType.f90.
32 character(len=LENCOMPONENTNAME),
dimension(:), &
33 allocatable :: subcomponent_types
The documentation for this type was generated from the following file: