#include <assert.h>
Go to the source code of this file.
Compounds | |
| class | IotrRefCount |
| A base class for classes that support reference-count garbage collection, see the Reference Counting section of the manual. More... | |
Functions | |
| template<class T> void | IotrRelease (T **obj) |
| Release a reference to an object. | |
| template<class T> void | IotrAddRef (T *const *obj) |
| Increments the reference count of obj. | |
1.2.18