This is Unofficial EPICS BASE Doxygen Site
memory.hpp File Reference
+ Include dependency graph for memory.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  boost::weak_ptr< T >
 
class  boost::shared_ptr< T >
 
class  boost::enable_shared_from_this< T >
 

Namespaces

 boost
 
 boost::detail
 
 std
 
 std::tr1
 

Functions

template<class T >
void boost::swap (weak_ptr< T > &a, weak_ptr< T > &b) BOOST_NOEXCEPT
 
template<class T >
void boost::swap (shared_ptr< T > &a, shared_ptr< T > &b) BOOST_NOEXCEPT
 
template<class T , class U >
shared_ptr< T > boost::static_pointer_cast (shared_ptr< U > const &r) BOOST_NOEXCEPT
 
template<class T , class U >
shared_ptr< T > boost::dynamic_pointer_cast (shared_ptr< U > const &r) BOOST_NOEXCEPT
 
template<class T , class U >
shared_ptr< T > boost::const_pointer_cast (shared_ptr< U > const &r) BOOST_NOEXCEPT
 
template<class D , class T >
D * boost::get_deleter (shared_ptr< T > const &p) BOOST_NOEXCEPT