Closed fenollp closed 4 years ago
Thanks for reporting! This is not documented right now (but should be, of course).
Cloning is not an option, unfortunately: it can't be done in a safe and portable way. Maybe StateMachine()
should ensure that the pointer it gets is nil
?
Yes ensuring the given pointer is nil is a good idea IMO.
If this is documented then I missed it! (and sorry for the noise)
I understand cloning (shallow? deep?) that pre-
Init
*Model
so it is available to every call ofInit
can be a pain. The determinism guarantees of that may not even be possible to uphold... it's just that it seemed very natural to use like this. Thoughts?