|
Urho3D
|
Reference count structure. More...
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/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.
1.8.17