ObjectBase Class Reference
base class for objects which are controlled using the SharedPtr class. the virutal Delete function is used to delete the object in same heap where it was created More...
#include "ObjectBase.hpp"
Inheritance diagram for ObjectBase:Public Member Functions | |
| virtual void | Delete () |
Detailed Description
base class for objects which are controlled using the SharedPtr class. the virutal Delete function is used to delete the object in same heap where it was created
