Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
intrusive_ptr.hpp File Reference
#include <boost/config.hpp>
#include <boost/assert.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/smart_ptr/detail/sp_convertible.hpp>
#include <boost/smart_ptr/detail/sp_nullptr_t.hpp>
#include <boost/config/no_tr1/functional.hpp>
#include <iosfwd>
#include <boost/smart_ptr/detail/operator_bool.hpp>
Include dependency graph for intrusive_ptr.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::intrusive_ptr< T >
 
struct  boost::hash< T >
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<class T , class U >
bool boost::operator== (intrusive_ptr< T > const &a, intrusive_ptr< U > const &b)
 
template<class T , class U >
bool boost::operator!= (intrusive_ptr< T > const &a, intrusive_ptr< U > const &b)
 
template<class T , class U >
bool boost::operator== (intrusive_ptr< T > const &a, U *b)
 
template<class T , class U >
bool boost::operator!= (intrusive_ptr< T > const &a, U *b)
 
template<class T , class U >
bool boost::operator== (T *a, intrusive_ptr< U > const &b)
 
template<class T , class U >
bool boost::operator!= (T *a, intrusive_ptr< U > const &b)
 
template<class T >
bool boost::operator== (intrusive_ptr< T > const &p, boost::detail::sp_nullptr_t) BOOST_NOEXCEPT
 
template<class T >
bool boost::operator== (boost::detail::sp_nullptr_t, intrusive_ptr< T > const &p) BOOST_NOEXCEPT
 
template<class T >
bool boost::operator!= (intrusive_ptr< T > const &p, boost::detail::sp_nullptr_t) BOOST_NOEXCEPT
 
template<class T >
bool boost::operator!= (boost::detail::sp_nullptr_t, intrusive_ptr< T > const &p) BOOST_NOEXCEPT
 
template<class T >
bool boost::operator< (intrusive_ptr< T > const &a, intrusive_ptr< T > const &b)
 
template<class T >
void boost::swap (intrusive_ptr< T > &lhs, intrusive_ptr< T > &rhs)
 
template<class T >
Tboost::get_pointer (intrusive_ptr< T > const &p)
 
template<class T , class U >
intrusive_ptr< Tboost::static_pointer_cast (intrusive_ptr< U > const &p)
 
template<class T , class U >
intrusive_ptr< Tboost::const_pointer_cast (intrusive_ptr< U > const &p)
 
template<class T , class U >
intrusive_ptr< Tboost::dynamic_pointer_cast (intrusive_ptr< U > const &p)
 
template<class E , class T , class Y >
std::basic_ostream< E, T > & boost::operator<< (std::basic_ostream< E, T > &os, intrusive_ptr< Y > const &p)
 
template<class T >
std::size_t boost::hash_value (boost::intrusive_ptr< T > const &p)