#include <cascade/CascadeObject.h>
Inheritance diagram for CascadeObject:
Public Member Functions | |
CascadeObject () | |
virtual | ~CascadeObject () |
class CascadeObject is the base class of most objects in the Cascade Library. At present CascadeObject provides no functionality except a default constructor (which currently does nothing) and a pure virtual destructor which also currently does nothing. In the future, there may be some benefit to deriving from CascadeObject. This class exists to reserve that right.
|
Default constructor This default constructor currently does nothing and reserves the right to implement useful yet extremely lightweight functionality in the future. |
|
Default destructor This virtual default destructor currently does nothing and reserves the right to implement useful yet extremely lightweight functionality in the future.
|