This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | ot |
Defines | |
| #define | OT_DECLARE_IREFCOUNTED |
| #define | IMPLEMENT_IREFCOUNTED(CLASS) |
|
|
Value: int CLASS ::_ref(){\ return ++ _rcount;\ };\ \ int CLASS ::_deref(){\ if (--_rcount == 0){\ delete this;\ } \ return _rcount;\ };\ \ int CLASS ::getRefCount(){\ return _rcount;\ } |
|
|
Value: protected:\ int _rcount;\ public:\ virtual int _ref();\ virtual int _deref();\ virtual int getRefCount() |
1.4.6