Urho3D::RefCount Struct Reference
Urho3D::RefCount Struct Reference
Reference count structure. More...
#include <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. | |
Detailed Description
Reference count structure.
The documentation for this struct was generated from the following file:
- Source/Urho3D/Container/RefCounted.h
