Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | handle | = | mp_info_null_handle |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_info_type), | intent(in) | :: | info |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_info_type), | intent(inout) | :: | info | |||
integer, | intent(in) | :: | handle |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_info_type), | intent(in) | :: | info1 | |||
class(mp_info_type), | intent(in) | :: | info2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_info_type), | intent(in) | :: | info1 | |||
class(mp_info_type), | intent(in) | :: | info2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_info_type), | intent(in) | :: | info1 | |||
class(mp_info_type), | intent(in) | :: | info2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_info_type), | intent(in) | :: | info1 | |||
class(mp_info_type), | intent(in) | :: | info2 |
TYPE mp_info_type PRIVATE MPI_INFO_TYPE :: handle = mp_info_null_handle CONTAINS PROCEDURE, PUBLIC, PASS(info), NON_OVERRIDABLE :: get_handle => mp_get_info_handle PROCEDURE, PUBLIC, PASS(info), NON_OVERRIDABLE :: set_handle => mp_set_info_handle PROCEDURE, PRIVATE, PASS(info1), NON_OVERRIDABLE :: mp_info_op_eq GENERIC, PUBLIC :: OPERATOR(.EQ.) => mp_info_op_eq PROCEDURE, PRIVATE, PASS(info1), NON_OVERRIDABLE :: mp_info_op_ne GENERIC, PUBLIC :: OPERATOR(.NE.) => mp_info_op_ne END TYPE mp_info_type