simcpp icon indicating copy to clipboard operation
simcpp copied to clipboard

Minor improvements

Open aromanro opened this issue 2 years ago • 0 comments

Pass std::shared_ptr by const reference instead of value, added const specifiers for 'get' functions, added default virtual destructor for Protothread since it has a virtual pure function that is supposed to be implemented in a derived class. Moved EnvObj class in simcpp namespace and declared its constructor explicit.

aromanro avatar Sep 14 '23 07:09 aromanro