spla
Classes | Namespaces | Functions
ref.hpp File Reference
#include <atomic>
#include <cassert>
#include <functional>
#include <stdexcept>
#include <utility>
Include dependency graph for ref.hpp:
This graph shows which files directly or indirectly include this file:

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)