libcsdbg  1.28
C++ exception (and generic) stack trace debug library
csdbg::object::~object ( )
pure virtual

To be implemented.

Object destructor.

Note
The default destructor is overloaded to make it virtual and add destructor polymorphism to the class hierarchy tree. The destructor is not overriden but extended and an empty implementation is mandatory according to ISO
Attention
Inlining this method will optimize it out

Definition at line 21 of file object.cpp.

22 {
23 }