buds  0.1
FORTRAN reference counted types
Private Member Functions | List of all members
assignment(=) Interface Reference

Assignment of bud to another bud. More...

Collaboration diagram for assignment(=):
Collaboration graph

Private Member Functions

subroutine assign_ (lhs, rhs)
 

Detailed Description

Assignment of bud to another bud.

lhs is deleted before assignment.

Make lhs contain the same data as in rhs. Internally a pointer to the same data is created and the reference counter will be incremented.

lhs will be un-associated if rhs is un-associated.


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