Owners of objects should call isUnreferenced after releasing a pointer object. If true, the object should be deallocated and then set to point to NULL()
### Usage: ###
IF ( v % isUnreferenced() ) THEN
DEALLOCATE(v)
v => NULL()
END IF
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FTObject) | :: | self |