Urho3D
Public Member Functions | Public Attributes
Urho3D::RefCount Struct Reference

Reference count structure. More...

#include <RefCounted.h>

List of all members.

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: