spla
|
#include <atomic>
#include <cassert>
#include <functional>
#include <stdexcept>
#include <utility>
Go to the source code of this file.
Classes | |
class | spla::RefCnt |
Base class for object with built-in reference counting mechanism. More... | |
class | spla::ref_ptr< T > |
Automates reference counting and behaves as shared smart pointer. More... | |
Namespaces | |
spla | |
Functions | |
template<typename T , typename... TArgs> | |
ref_ptr< T > | spla::make_ref (TArgs &&... args) |