|
Cortex 6.0.0
|
#include <RefCounted.h>
Inheritance diagram for IECore::RefCounted:Public Types | |
| typedef size_t | RefCount |
Public Member Functions | |
| IE_CORE_DECLAREMEMBERPTR (RefCounted) | |
| void | addRef () const |
| Add a reference to the current object. | |
| void | removeRef () const |
| Remove a reference from the current object. | |
| RefCount | refCount () const |
| Returns the current reference count. | |
A simple class to count references.
1.7.3