![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Classes | |
| class | enable_shared_from_this |
| class | ptr_base |
| class | shared_ptr |
| class | shared_ptr_base |
| class | weak_ptr |
| class | weak_ptr_base |
Functions | |
| template<typename Store , typename Actual > | |
| void | do_enable_shared_from_this (const shared_ptr< Store > &dest, enable_shared_from_this< Actual > *self) |
| template<typename T > | |
| void | do_enable_shared_from_this (const shared_ptr< T > &,...) |
| template<typename TO , typename FROM > | |
| shared_ptr< TO > | static_pointer_cast (const shared_ptr< FROM > &src) |
| template<typename TO , typename FROM > | |
| shared_ptr< TO > | const_pointer_cast (const shared_ptr< FROM > &src) |
| template<typename TO , typename FROM > | |
| shared_ptr< TO > | dynamic_pointer_cast (const shared_ptr< FROM > &src) |
| shared_ptr<TO> epics::debug::const_pointer_cast | ( | const shared_ptr< FROM > & | src | ) |
Definition at line 232 of file debugPtr.h.
|
inline |
Definition at line 309 of file debugPtr.h.
|
inline |
Definition at line 114 of file debugPtr.h.
| shared_ptr<TO> epics::debug::dynamic_pointer_cast | ( | const shared_ptr< FROM > & | src | ) |
Definition at line 237 of file debugPtr.h.
| shared_ptr<TO> epics::debug::static_pointer_cast | ( | const shared_ptr< FROM > & | src | ) |
Definition at line 227 of file debugPtr.h.