#include <boost/config.hpp>#include <boost/assert.hpp>#include <boost/checked_delete.hpp>#include <boost/throw_exception.hpp>#include <boost/detail/shared_count.hpp>#include <boost/detail/workaround.hpp>#include <boost/enable_shared_from_this.hpp>#include <memory>#include <algorithm>#include <functional>#include <typeinfo>#include <iosfwd>Include dependency graph for shared_ptr.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | boost |
| namespace | gs |
| namespace | gs::detail |
Classes | |
| struct | gs::detail::static_cast_tag |
| struct | gs::detail::const_cast_tag |
| struct | gs::detail::dynamic_cast_tag |
| struct | gs::detail::polymorphic_cast_tag |
| struct | gs::detail::access_down_cast_tag |
| struct | gs::detail::shared_ptr_traits< T > |
| struct | gs::detail::shared_ptr_traits< void > |
| struct | gs::detail::shared_ptr_traits< void const > |
| struct | gs::detail::shared_ptr_traits< void volatile > |
| struct | gs::detail::shared_ptr_traits< void const volatile > |
| class | gs::shared_ptr< T > |
Functions | |
| template<class T, class Y> | |
| void | gs::detail::sp_enable_shared_from_this (::boost::detail::shared_count const &pn,::boost::enable_shared_from_this< T > const *pe, Y const *px) |
| void | gs::detail::sp_enable_shared_from_this (::boost::detail::shared_count const &,...) |
| template<class T, class U> | |
| bool | gs::operator== (shared_ptr< T > const &a, shared_ptr< U > const &b) |
| template<class T, class U> | |
| bool | gs::operator!= (shared_ptr< T > const &a, shared_ptr< U > const &b) |
| template<class T, class U> | |
| bool | gs::operator< (shared_ptr< T > const &a, shared_ptr< U > const &b) |
| template<class T> | |
| void | gs::swap (shared_ptr< T > &a, shared_ptr< T > &b) |
| template<class T, class U> | |
| shared_ptr< T > | gs::static_pointer_cast (shared_ptr< U > const &r) |
| template<class T, class U> | |
| shared_ptr< T > | gs::const_pointer_cast (shared_ptr< U > const &r) |
| template<class T, class U> | |
| shared_ptr< T > | gs::dynamic_pointer_cast (shared_ptr< U > const &r) |
| template<class T, class U> | |
| shared_ptr< T > | gs::static_access_down_cast (shared_ptr< U > const &r) |
| template<class T> | |
| T * | gs::get_pointer (shared_ptr< T > const &p) |
| template<class E, class T, class Y> | |
| std::basic_ostream< E, T > & | gs::operator<< (std::basic_ostream< E, T > &os, shared_ptr< Y > const &p) |
| template<class D, class T> | |
| D * | gs::get_deleter (shared_ptr< T > const &p) |
1.5.1