sharedPointer_std.hh File Reference

#include <memory>

Go to the source code of this file.

Classes

struct  concepts::null_deleter
 
class  concepts::RCP< T >
 Reference-counting pointer. More...
 

Namespaces

 concepts
 Basic namespace for Concepts-2.
 

Functions

template<class T >
RCP< const T > concepts::makecRCP_weak (T *x)
 
template<class T >
RCP< T > concepts::makeRCP (T *x)
 Function to create a RCP which deletes the object when no RCP points on it anymore. More...
 
template<class T >
RCP< T > concepts::makeRCP_weak (T *x)
 Function to create a RCP without deleting the object in the destructor. More...
 
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich