buds
0.1
FORTRAN reference counted types
|
Query whether bud is associated with any data. More...
Private Member Functions | |
pure logical function | is_initialized_ (this) |
pure logical function | is_initialized_ (this) |
Query whether bud is associated with any data.
Returns .true.
if the bud is already containing data.
Typically the new
routine will call initialize
.
|
private |
[in] | this | check if this bud is initialized |
.true.
if it is associated, else .false.