mapl3g_FieldBundleType_Flag Module


Used by

  • module~~mapl3g_fieldbundletype_flag~~UsedByGraph module~mapl3g_fieldbundletype_flag mapl3g_FieldBundleType_Flag module~mapl3g_fieldbundledelta mapl3g_FieldBundleDelta module~mapl3g_fieldbundledelta->module~mapl3g_fieldbundletype_flag module~mapl3g_fieldbundleget mapl3g_FieldBundleGet module~mapl3g_fieldbundledelta->module~mapl3g_fieldbundleget module~mapl3g_fieldbundleget->module~mapl3g_fieldbundletype_flag module~mapl3g_fieldbundleinfo mapl3g_FieldBundleInfo module~mapl3g_fieldbundleget->module~mapl3g_fieldbundleinfo module~mapl3g_fieldbundleinfo->module~mapl3g_fieldbundletype_flag module~mapl3g_sharedio mapl3g_SharedIO module~mapl3g_sharedio->module~mapl3g_fieldbundleget module~mapl3g_timeinterpolateaction mapl3g_TimeInterpolateAction module~mapl3g_timeinterpolateaction->module~mapl3g_fieldbundleget module~test_fieldbundledelta Test_FieldBundleDelta module~test_fieldbundledelta->module~mapl3g_fieldbundledelta module~test_fieldbundledelta->module~mapl3g_fieldbundleget module~test_timeinterpolateaction Test_TimeInterpolateAction module~test_timeinterpolateaction->module~mapl3g_fieldbundleget module~test_timeinterpolateaction->module~mapl3g_timeinterpolateaction module~mapl3g_geomio mapl3g_geomio module~mapl3g_geomio->module~mapl3g_sharedio module~mapl3g_geompfio mapl3g_GeomPFIO module~mapl3g_geomio->module~mapl3g_geompfio module~mapl3g_geompfio->module~mapl3g_sharedio module~mapl3g_gridpfio mapl3g_GridPFIO module~mapl3g_gridpfio->module~mapl3g_sharedio module~mapl3g_gridpfio->module~mapl3g_geompfio module~mapl3g_restarthandler mapl3g_RestartHandler module~mapl3g_restarthandler->module~mapl3g_sharedio module~mapl3g_restarthandler->module~mapl3g_geomio module~test_sharedio Test_SharedIO module~test_sharedio->module~mapl3g_sharedio module~mapl3g_geomcatagorizer mapl3g_GeomCatagorizer module~mapl3g_geomcatagorizer->module~mapl3g_geompfio module~mapl3g_geomcatagorizer->module~mapl3g_gridpfio module~mapl3g_historycollectiongridcomp mapl3g_HistoryCollectionGridComp module~mapl3g_historycollectiongridcomp->module~mapl3g_geomio module~read_restart_smod~2 read_restart_smod module~read_restart_smod~2->module~mapl3g_restarthandler module~write_restart_smod~2 write_restart_smod module~write_restart_smod~2->module~mapl3g_restarthandler

Variables

Type Visibility Attributes Name Initial
type(FieldBundleType_Flag), public, parameter :: FIELDBUNDLETYPE_BASIC = FieldBundleType_Flag(1, "FIELDBUNDLETYPE_BASIC")
type(FieldBundleType_Flag), public, parameter :: FIELDBUNDLETYPE_BRACKET = FieldBundleType_Flag(2, "FIELDBUNDLETYPE_BRACKET")
type(FieldBundleType_Flag), public, parameter :: FIELDBUNDLETYPE_INVALID = FieldBundleType_Flag(-1, "FIELDBUNDLETYPE_INVALID")

Interfaces

public interface FieldBundleType_Flag

  • private function new_FieldBundleType_Flag(name) result(type_flag)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in) :: name

    Return Value type(FieldBundleType_Flag)

public interface operator(/=)

  • private elemental function not_equal_to(a, b)

    Arguments

    Type IntentOptional Attributes Name
    type(FieldBundleType_Flag), intent(in) :: a
    type(FieldBundleType_Flag), intent(in) :: b

    Return Value logical

public interface operator(==)


Derived Types

type, public ::  FieldBundleType_Flag

Constructor

private function new_FieldBundleType_Flag (name)

Type-Bound Procedures

procedure, public :: to_string