#include <paludis/util/make_shared_ptr-fwd.hh>
#include <tr1/memory>
Go to the source code of this file.
Namespaces | |
namespace | paludis |
Classes | |
struct | paludis::NullSharedPtr |
Functions | |
template<typename T_> | |
std::tr1::shared_ptr< T_ > | paludis::make_shared_ptr (T_ *const t) PALUDIS_ATTRIBUTE((warn_unused_result)) |
NullSharedPtr | paludis::make_null_shared_ptr () PALUDIS_ATTRIBUTE((warn_unused_result)) PALUDIS_VISIBLE |