#include <OP_Dependency.h>
Public Member Functions | |
| OP_Reference () | |
| OP_Reference (int ref_op_id) | |
| void | addRef () |
| int | removeRef (int count=1) |
| void | clearRefOpId () |
| int | getRefOpId () const |
| void | setRefOpId (int op_id) |
| int | getRefCount () const |
| int | operator== (const OP_Reference &other) |
Definition at line 103 of file OP_Dependency.h.
| OP_Reference::OP_Reference | ( | ) | [inline] |
Definition at line 106 of file OP_Dependency.h.
| OP_Reference::OP_Reference | ( | int | ref_op_id | ) | [inline, explicit] |
Definition at line 111 of file OP_Dependency.h.
| void OP_Reference::addRef | ( | ) | [inline] |
Definition at line 117 of file OP_Dependency.h.
| void OP_Reference::clearRefOpId | ( | ) | [inline] |
Definition at line 132 of file OP_Dependency.h.
| int OP_Reference::getRefCount | ( | ) | const [inline] |
Definition at line 136 of file OP_Dependency.h.
| int OP_Reference::getRefOpId | ( | ) | const [inline] |
Definition at line 133 of file OP_Dependency.h.
| int OP_Reference::operator== | ( | const OP_Reference & | other | ) | [inline] |
Definition at line 138 of file OP_Dependency.h.
| int OP_Reference::removeRef | ( | int | count = 1 |
) | [inline] |
Definition at line 122 of file OP_Dependency.h.
| void OP_Reference::setRefOpId | ( | int | op_id | ) | [inline] |
Definition at line 134 of file OP_Dependency.h.
1.5.9