sharedPointer_boost.hh File Reference
#include "boost/shared_ptr.hpp"
#include "boost/weak_ptr.hpp"
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... | |