#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 |
virtual ~GenObject | ( | ) | [inline, virtual] |
Destructor.
virtual bool alive | ( | ) | const [virtual] |
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.
virtual void destruct | ( | ) | [virtual] |
Destroys the object, disposes the memory.
Reimplemented in RefObject, and MessageHandler.
virtual const String& toString | ( | ) | const [virtual] |
Get a string representation of this object
Reimplemented in String, NamedString, DataEndpoint, CallEndpoint, and Window.
virtual void* getObject | ( | const String & | name | ) | const [virtual] |
Get a pointer to a derived class given that class name
name | Name of the class we are asking for |
Reimplemented in ObjList, Array, String, HashList, DataBlock, NamedList, SocketFilter, MimeBody, MimeSdpBody, MimeBinaryBody, MimeStringBody, MimeLinesBody, Message, Plugin, DataConsumer, DataSource, DataTranslator, DataEndpoint, CallEndpoint, Module, Channel, and Driver.