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

Assignment of bud to another bud. More...

Collaboration diagram for assignment(=):
Collaboration graph

Private Member Functions

subroutine assign_ (lhs, rhs)
 
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.

Member Function/Subroutine Documentation

subroutine assign_ ( class(ism_csc), intent(inout)  lhs,
class(ism_csc), intent(in)  rhs 
)
private
Parameters
[in,out]lhscontains rhs after exit
[in]rhscopy the containing element bud

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