4 #include "CORE_Object.h"
7 #include "SM_Exception.h"
10 #include "SM_Constants.h"
13 #include "shared_pointer.h"
17 #include "functions_type.h"
abstract base class for most classes.
Definition: CORE_Object.h:65
virtual tMemSize getContentsMemorySize() const
return nthe memory size of the included associations
Definition: CORE_Object.h:278
This class is a base class for Stoch Microm package.
Definition: SM_Object.h:36
virtual ~SM_Object(void)
destroy
Definition: SM_Object.h:54
virtual tMemSize getMemorySize() const
return the memory size of the class and the memory size of all its attributes/associations
Definition: SM_Object.h:75
SM_Object(void)
create
Definition: SM_Object.h:47