Urho3D
Public Member Functions | Public Attributes | List of all members
Urho3D::RefCount Struct Reference

Reference count structure. More...

#include </home/runner/work/rurho3d.github.io/rurho3d.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.
 

Detailed Description

Reference count structure.


The documentation for this struct was generated from the following file: