Marsyas
0.6.0-alpha
|
convenient parent class for reference counted objects. More...
#include <ExCommon.h>
Inherited by ExNode, ExRecord, and ExSymTbl.
Public Member Functions | |
void | deref () |
int | get_ref_count () |
void | inc_ref () |
void | op_ref () |
virtual | ~ExRefCount () |
convenient parent class for reference counted objects.
Definition at line 134 of file ExCommon.h.
virtual ~ExRefCount | ( | ) | [inline, virtual] |
Definition at line 140 of file ExCommon.h.
void deref | ( | ) | [inline] |
Definition at line 143 of file ExCommon.h.
int get_ref_count | ( | ) | [inline] |
Definition at line 144 of file ExCommon.h.
void inc_ref | ( | ) | [inline] |
Definition at line 142 of file ExCommon.h.
void op_ref | ( | ) | [inline] |
Definition at line 145 of file ExCommon.h.