done {mspath} | R Documentation |
When you no longer need a calculator, call this function. It will perform any necessary cleanup.
done(calc)
calc |
The calculator you no longer need. Should be
mspathCalculator-class or an extension. |
This is a generic function. You should call it even if you
don't think any cleanup is necessary. It ensures proper cleanup of
the C++
objects.
Returns the updated calc
, but you shouldn't really refer
to either the old or new value after calling this function.
You should call this function even if you don't think any cleanup is necessary. You don't know what is happening behind the scenes.
Ross Boylan
mspathCalculator
,
mspathDistributedCalculator