#include <Ultralight/RefPtr.h>
Interface for all ref-counted objects that will be managed using the RefPtr<> smart pointer.
◆ ~RefCounted()
virtual ultralight::RefCounted::~RefCounted |
( |
| ) |
|
|
protectedvirtual |
◆ AddRef()
virtual void ultralight::RefCounted::AddRef |
( |
| ) |
const |
|
pure virtual |
◆ ref_count()
virtual int ultralight::RefCounted::ref_count |
( |
| ) |
const |
|
pure virtual |
◆ Release()
virtual void ultralight::RefCounted::Release |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: