GATE
|
Base type of all GATE C objects. More...
#include <objects.h>
Public Member Functions | |
char const * | get_interface_name () |
Returns on object's interface path name. | |
void | release () |
Decrease object's reference counter, releases the object when count reaches zero. | |
int | retain () |
Increase object's reference counter. | |
Base type of all GATE C objects.
char const * get_interface_name | ( | ) |
Returns on object's interface path name.
int retain | ( | ) |
Increase object's reference counter.