#include <RefCountedObject.h>
Public Member Functions | |
void | ref () |
increment the reference count | |
void | unref () |
decrement the reference count. delete object if this becomes zero. | |
int | refcount () const |
get the reference counter | |
Base class for a reference counted object to be accessed via a RefCountedPtr
©2024 The Foundry Visionmongers, Ltd. All Rights Reserved. |