SObjectizer
5.7
|
The base class for the object with a reference counting definition. More...
#include <so_5/declspec.hpp>
#include <so_5/types.hpp>
#include <so_5/compiler_features.hpp>
#include <type_traits>
#include <utility>
#include <memory>
Go to the source code of this file.
Classes | |
class | so_5::atomic_refcounted_t |
The base class for the object with a reference counting. More... | |
class | so_5::intrusive_ptr_t< T > |
Template class for smart reference wrapper on the atomic_refcounted_t. More... | |
Namespaces | |
so_5 | |
Public part of message limit implementation. | |
Functions | |
template<typename T > | |
so_5::intrusive_ptr_t (std::unique_ptr< T >) -> intrusive_ptr_t< T > | |
The base class for the object with a reference counting definition.