strusBase  0.17
Classes | Namespaces
reference.hpp File Reference

Shared reference of an object that is not shared between different threads. More...

#include <cstdlib>
#include <stdexcept>
#include <new>

Go to the source code of this file.

Classes

class  strus::Reference< Object >
 Shared pointer template with non thread-safe reference counting. More...
 

Namespaces

 strus
 Wrapper to structures needed for atomic counters.
 

Detailed Description

Shared reference of an object that is not shared between different threads.