nx_metadata_sdk
1.0
Metadata SDK
|
#include <ref_countable.h>
Public Member Functions | |
RefCountable (const RefCountable &)=delete | |
RefCountable & | operator= (const RefCountable &)=delete |
RefCountable (RefCountable &&)=delete | |
RefCountable & | operator= (RefCountable &&)=delete |
virtual int | addRef () const override |
virtual int | releaseRef () const override |
int | refCount () const |
Recommended base class for objects implementing an interface.
Supports tracking the ref-countable objects via RefCountableRegistry.