Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(ESMF_State), | public | :: | exportState | ||||
type(ESMF_State), | public | :: | importState | ||||
type(ESMF_State), | public | :: | internalState |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
type(ESMF_State), | intent(in), | optional | :: | importState | ||
type(ESMF_State), | intent(in), | optional | :: | exportState | ||
type(ESMF_State), | intent(in), | optional | :: | internalState |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MultiState), | intent(inout) | :: | this | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MultiState), | intent(in) | :: | this | |||
type(ESMF_State), | intent(out) | :: | state | |||
character(len=*), | intent(in) | :: | state_intent | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MultiState), | intent(in) | :: | this | |||
type(ESMF_State), | intent(out) | :: | state | |||
type(ESMF_StateIntent_Flag), | intent(in) | :: | state_intent | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MultiState), | intent(in) | :: | this | |||
type(ESMF_State), | intent(out) | :: | state | |||
type(ESMF_StateIntent_Flag), | intent(in) | :: | state_intent | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MultiState), | intent(in) | :: | this | |||
type(ESMF_State), | intent(out) | :: | state | |||
character(len=*), | intent(in) | :: | state_intent | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MultiState), | intent(in) | :: | this | |||
integer, | intent(in) | :: | unit | |||
character(len=*), | intent(in) | :: | iotype | |||
integer, | intent(in) | :: | v_list(:) | |||
integer, | intent(out) | :: | iostat | |||
character(len=*), | intent(inout) | :: | iomsg |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MultiState), | intent(in) | :: | this | |||
integer, | intent(in) | :: | unit | |||
character(len=*), | intent(in) | :: | iotype | |||
integer, | intent(in) | :: | v_list(:) | |||
integer, | intent(out) | :: | iostat | |||
character(len=*), | intent(inout) | :: | iomsg |
type :: MultiState type(ESMF_State) :: internalState type(ESMF_State) :: importState type(ESMF_State) :: exportState contains procedure :: get_state_by_string_intent procedure :: get_state_by_esmf_intent generic :: get_state => get_state_by_string_intent generic :: get_state => get_state_by_esmf_intent procedure :: write_multistate generic :: write(formatted) => write_multistate procedure :: destroy end type MultiState