co_object_implementation Submodule


Uses

  • module~~co_object_implementation~~UsesGraph module~co_object_implementation co_object_implementation module~co_object_interface co_object_interface module~co_object_implementation->module~co_object_interface

Contents


Module Procedures

module procedure mark_as_defined pure module subroutine mark_as_defined(this)

Arguments

Type IntentOptional AttributesName
class(co_object), intent(inout) :: this

module procedure user_defined pure module function user_defined(this) result(is_defined)

Arguments

Type IntentOptional AttributesName
class(co_object), intent(in) :: this

Return Value logical