#include <Gobject.h>
Inheritance diagram for Gobject:

Public Methods | |
| Gobject () | |
| virtual | ~Gobject () |
| bool | DecRef () |
| bool | IsReferenced () |
| void | IncRef () |
| void | Kill () |
| virtual int | HashCode () |
|
|
Decrement the reference if this is possible and return if the object is referenced after modification |
|
|
Return a hash code for the object. By default the memory adress Reimplemented in GlistBox::GlistItem, and Gstring. |
|
|
Increment the reference of the object |
|
|
Return true if the object have a reference > 0 |
|
|
delete the object if no reference are available |