buds
0.1
FORTRAN reference counted types
|
Assignment of bud to another bud. More...
Private Member Functions | |
subroutine | set_data_ (this, D) |
subroutine | assign_ (lhs, rhs) |
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.