releaseFTStringSet Subroutine

public subroutine releaseFTStringSet(self)

Public, generic name: release(self)

Call release(self) on an object to release control of an object. If its reference count is zero, then it is deallocated.

Arguments

Type IntentOptional Attributes Name
type(FTStringSet), POINTER :: self

Calls

proc~~releaseftstringset~~CallsGraph proc~releaseftstringset releaseFTStringSet interface~release release proc~releaseftstringset->interface~release proc~releaseftobject releaseFTObject interface~release->proc~releaseftobject proc~printftobjectdescription FTObject%printFTObjectDescription proc~releaseftobject->proc~printftobjectdescription proc~refcount FTObject%refCount proc~printftobjectdescription->proc~refcount