#include <boost/config.hpp>
#include <boost/assert.hpp>
#include <boost/checked_delete.hpp>
#include <boost/smart_ptr/detail/sp_nullptr_t.hpp>
#include <boost/detail/workaround.hpp>
#include <memory>
#include <boost/smart_ptr/detail/operator_bool.hpp>
Classes | |
class | boost::scoped_ptr< T > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
Functions | |
template<class T > | |
bool | boost::operator== (scoped_ptr< T > const &p, boost::detail::sp_nullptr_t) BOOST_NOEXCEPT |
template<class T > | |
bool | boost::operator== (boost::detail::sp_nullptr_t, scoped_ptr< T > const &p) BOOST_NOEXCEPT |
template<class T > | |
bool | boost::operator!= (scoped_ptr< T > const &p, boost::detail::sp_nullptr_t) BOOST_NOEXCEPT |
template<class T > | |
bool | boost::operator!= (boost::detail::sp_nullptr_t, scoped_ptr< T > const &p) BOOST_NOEXCEPT |
template<class T > | |
void | boost::swap (scoped_ptr< T > &a, scoped_ptr< T > &b) BOOST_NOEXCEPT |
template<class T > | |
T * | boost::get_pointer (scoped_ptr< T > const &p) BOOST_NOEXCEPT |