RefCountImpl

RefCountImpl
Scaleform::RefCountImplCore
    Scaleform::RefCountImpl
Declaration
class RefCountImpl : public RefCountImplCore;
Description

RefCountImpl class is used by implementations of RefCountBase and contains function pointers to AddRef and Release functions. RefCountImpl provides thread-safe implementation of reference counting; and is used by default in most places.

Methods
Method 
Description 
Thread-safe reference count implementation; increments the reference count. 
Thread-safe reference count implementation; decrements the reference count. 
File

SF_RefCount.h