#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 > |
Namespaces | |
namespace | concepts |
Functions | |
template<class T > | |
RCP< T > | concepts::makeRCP (T *x) |
template<class T > | |
RCP< T > | concepts::makeRCP_weak (T *x) |
template<class T > | |
RCP< const T > | concepts::makecRCP_weak (T *x) |