#include <destroyable.h>
Public Member Functions | |
virtual | ~Destroyable () |
The Destroyable class is a simple stub class that provides a virtual destroyer and a signature field. The user willing to set private data into objecs (CoreObject class) will have to instantiate one item from this class and set it into the object. When the object is destroyed, the destroyable virtual destructor is called with him.
virtual Falcon::Destroyable::~Destroyable | ( | ) | [virtual] |