buds
0.1
FORTRAN reference counted types
|
Deletes the bud by decreasing references to the underlying data. More...
Private Member Functions | |
elemental subroutine | delete_ (this) |
elemental subroutine | delete_ (this) |
Deletes the bud by decreasing references to the underlying data.
Number of references will be decremented and the data associated with this object will be nullified.
If the number of references of the associated data is 0 after decremention, the associated data will be deleted. Else this bud will return an un-associated bud and any other buds that point to the same data will retain the data.
|
private |
[in,out] | this | returned bud is un-initialized with no data associated |