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") |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | name |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(FieldBundleType_Flag), | intent(in) | :: | a | |||
type(FieldBundleType_Flag), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(FieldBundleType_Flag), | intent(in) | :: | a | |||
type(FieldBundleType_Flag), | intent(in) | :: | b |
private function new_FieldBundleType_Flag (name) |
procedure, public :: to_string |