#include <PtrTarget.hh>
Inheritance diagram for rovsoft::lib::PtrTarget:
Public Member Functions | |
virtual | ~PtrTarget () |
Virtual empty destructor. | |
Protected Member Functions | |
PtrTarget () | |
Friends | |
class | Ptr |
This class has to be virtual, so there is a private virtual dummy function. (Otherwise the deletion of objects of derived classes using a base class pointer would not work.)
|
Virtual empty destructor. Required to make this class a virtual one and the deletion of derived classes using a base class pointer works. |
|
|
|
|