Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CptrWrapper), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CptrWrapper), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CptrWrapper), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CptrWrapper), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CptrWrapper), | intent(inout) | :: | this | |||
type(c_ptr), | intent(in) | :: | cptr |
type, abstract :: CptrWrapper private type(c_ptr) :: cptr_ = C_NULL_PTR contains procedure :: get_cptr procedure :: set_cptr procedure :: is_free procedure :: free procedure(I_free_memory), deferred :: free_memory end type CptrWrapper