Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | handle | = | mp_file_null_handle |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_file_type), | intent(in) | :: | file |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_file_type), | intent(inout) | :: | file | |||
integer, | intent(in) | :: | handle |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_file_type), | intent(in) | :: | file1 | |||
class(mp_file_type), | intent(in) | :: | file2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_file_type), | intent(in) | :: | file1 | |||
class(mp_file_type), | intent(in) | :: | file2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_file_type), | intent(in) | :: | file1 | |||
class(mp_file_type), | intent(in) | :: | file2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mp_file_type), | intent(in) | :: | file1 | |||
class(mp_file_type), | intent(in) | :: | file2 |
TYPE mp_file_type PRIVATE MPI_FILE_TYPE :: handle = mp_file_null_handle CONTAINS PROCEDURE, PUBLIC, PASS(file), NON_OVERRIDABLE :: get_handle => mp_get_file_handle PROCEDURE, PUBLIC, PASS(file), NON_OVERRIDABLE :: set_handle => mp_set_file_handle PROCEDURE, PRIVATE, PASS(file1), NON_OVERRIDABLE :: mp_file_op_eq GENERIC, PUBLIC :: OPERATOR(.EQ.) => mp_file_op_eq PROCEDURE, PRIVATE, PASS(file1), NON_OVERRIDABLE :: mp_file_op_ne GENERIC, PUBLIC :: OPERATOR(.NE.) => mp_file_op_ne END TYPE mp_file_type