object_implementation Submodule


Uses

  • module~~object_implementation~~UsesGraph module~object_implementation object_implementation module~object_interface object_interface module~object_implementation->module~object_interface

Contents


Module Procedures

module procedure mark_as_defined pure module subroutine mark_as_defined(this)

Arguments

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

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

Arguments

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

Return Value logical