|
Pottu
|
Class which implements reference counter for a shared resource. More...
#include <memory.hpp>
Public Member Functions | |
| void | _increaseRefCount () noexcept |
| void | _decreaseRefCount () noexcept |
| size_t | _getRefCount () const noexcept |
Class which implements reference counter for a shared resource.
Use this class by deriving a resource from this. See SharedResouceHandle.