General-purpose base class for polymophic objects. More...
Public Member Functions | |
virtual | ~Object () |
Virtual destructor. | |
General-purpose base class for polymophic objects.
This type of object is typically derived by application-defined classes and used to communicate these user-data between independent modules or plugins.