#include <yateclass.h>
Inheritance diagram for GenObject:
Public Member Functions | |
virtual | ~GenObject () |
virtual bool | alive () const |
virtual void | destruct () |
virtual const String & | toString () const |
virtual void * | getObject (const String &name) const |
|
Destructor. |
|
Check if the object is still valid and safe to access. Note that you should not trust this result unless the object is locked by other means.
Reimplemented in RefObject. |
|
Destroys the object, disposes the memory. Reimplemented in RefObject. |
|
Get a pointer to a derived class given that class name
Reimplemented in ObjList, Array, String, HashList, DataBlock, NamedList, Message, Plugin, DataConsumer, DataSource, DataTranslator, DataEndpoint, CallEndpoint, Module, Channel, and Driver. |
|
Get a string representation of this object
Reimplemented in Window, String, NamedString, DataEndpoint, CallEndpoint, and ChanAssist. |