StrongRefPtr

Engine/source/core/util/refBase.h

Reference counted object template pointer class Instances of this template class can be used as pointers to instances of StrongRefBase and its subclasses.

More...

Detailed Description

Reference counted object template pointer class Instances of this template class can be used as pointers to instances of StrongRefBase and its subclasses.

The object will not be deleted until all of the StrongRefPtr instances pointing to it have been destructed.