Ultralight C++ API 1.4.0
|
#include <Ultralight/RefPtr.h>
Interface for all ref-counted objects that will be managed using the RefPtr<> smart pointer.
Public Member Functions | |
virtual void | AddRef () const =0 |
virtual void | Release () const =0 |
virtual int | ref_count () const =0 |
Protected Member Functions | |
virtual | ~RefCounted () |
|
protectedvirtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |