Scaleform::RefCountImplCore Scaleform::RefCountImpl
class RefCountImpl : public RefCountImplCore;
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.
SF_RefCount.h