Pottu
Public Member Functions | List of all members
pottu::SharedResource Class Reference

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
 

Detailed Description

Class which implements reference counter for a shared resource.

Use this class by deriving a resource from this. See SharedResouceHandle.


The documentation for this class was generated from the following file: