|
SObjectizer
5.8
|
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 <functional>#include <memory>#include <type_traits>#include <utility>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 | |
| namespace | so_5 |
| Private 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.
Definition in file atomic_refcounted.hpp.