|
|
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: kk on nyx on Sat Jun 4 19:29:41 2005, using kdoc 2.0a54. |