buds  0.1
FORTRAN reference counted types
Private Member Functions | List of all members

Deletes the bud by decreasing references to the underlying data. More...

Collaboration diagram for delete:
Collaboration graph

Private Member Functions

elemental subroutine delete_ (this)
 

Detailed Description

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.


The documentation for this interface was generated from the following file: