xstate_wrap Derived Type

type, private :: xstate_wrap


Inherits

type~~xstate_wrap~~InheritsGraph type~xstate_wrap xstate_wrap type~xdata_state xdata_state type~xstate_wrap->type~xdata_state ptr type~esmf_coordsys_flag ESMF_CoordSys_Flag type~xdata_state->type~esmf_coordsys_flag coordSys type~esmf_grid ESMF_Grid type~xdata_state->type~esmf_grid grid type~esmf_vm ESMF_VM type~xdata_state->type~esmf_vm vm type~xdata_field xdata_field type~xdata_state->type~xdata_field imp_flds_head, exp_flds_head, imp_flds_tail, exp_flds_tail type~esmf_pointer ESMF_Pointer type~esmf_grid->type~esmf_pointer this type~esmf_vm->type~esmf_pointer this type~xdata_field->type~xdata_field nfld type~esmf_field ESMF_Field type~xdata_field->type~esmf_field efld type~esmf_fieldtype ESMF_FieldType type~esmf_field->type~esmf_fieldtype ftypep

Components

Type Visibility Attributes Name Initial
type(xdata_state), public, pointer :: ptr

Source Code

  type xstate_wrap
    type(xdata_state), pointer :: ptr
  endtype xstate_wrap