Urho3D
|
Reference count structure. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Container/RefCounted.h>
Public Member Functions | |
RefCount () | |
Construct. | |
~RefCount () | |
Destruct. | |
Public Attributes | |
int | refs_ |
Reference count. If below zero, the object has been destroyed. | |
int | weakRefs_ |
Weak reference count. | |
Reference count structure.