MONC
Private Attributes | List of all members
iobridge_mod::io_configuration_field_type Type Reference

Private Attributes

character(len=string_length) name
 
integer field_type
 
integer data_type
 
logical optional
 
logical enabled
 

Detailed Description

Definition at line 41 of file iobridge.F90.

Member Data Documentation

◆ data_type

integer iobridge_mod::io_configuration_field_type::data_type
private

Definition at line 43 of file iobridge.F90.

◆ enabled

logical iobridge_mod::io_configuration_field_type::enabled
private

Definition at line 44 of file iobridge.F90.

◆ field_type

integer iobridge_mod::io_configuration_field_type::field_type
private

Definition at line 43 of file iobridge.F90.

43  integer :: field_type, data_type

◆ name

character(len=string_length) iobridge_mod::io_configuration_field_type::name
private

Definition at line 42 of file iobridge.F90.

42  character(len=STRING_LENGTH) :: name

◆ optional

logical iobridge_mod::io_configuration_field_type::optional
private

Definition at line 44 of file iobridge.F90.

44  logical :: optional, enabled

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