|
|
An object with just a public virtual destructor
~GenObject ()
| ~GenObject |
[virtual]
Destructor.
void destruct ()
| destruct |
[virtual]
Destroys the object, disposes the memory.
const String& toString ()
| toString |
[const virtual]
Get a string representation of this object
Returns: A reference to a String representing this object which is either null, the object itself (for objects derived from String) or some form of identification
Generated by: root on dragoshel on Tue Jan 18 03:31:52 2005, using kdoc 2.0a53. |