![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Typedefs | |
typedef std::type_info | sp_typeinfo |
typedef std::nullptr_t | sp_nullptr_t |
Functions | |
void | current_function_helper () |
void | atomic_increment (int *pw) |
int | atomic_decrement (int *pw) |
int | atomic_conditional_increment (int *pw) |
int | atomic_exchange_and_add (int *pw, int dv) |
void | yield (unsigned) |
template<class X , class Y , class T > | |
void | sp_enable_shared_from_this (boost::shared_ptr< X > const *ppx, Y const *py, boost::enable_shared_from_this< T > const *pe) |
template<class X , class Y > | |
void | sp_enable_shared_from_this (boost::shared_ptr< X > *ppx, Y const *py, boost::enable_shared_from_raw const *pe) |
void | sp_enable_shared_from_this (...) |
template<class Y , class T > | |
void | sp_assert_convertible () |
template<class T , class Y > | |
void | sp_pointer_construct (boost::shared_ptr< T > *ppx, Y *p, boost::detail::shared_count &pn) |
template<class T , class Y > | |
void | sp_pointer_construct (boost::shared_ptr< T[] > *, Y *p, boost::detail::shared_count &pn) |
template<class T , std::size_t N, class Y > | |
void | sp_pointer_construct (boost::shared_ptr< T[N] > *, Y *p, boost::detail::shared_count &pn) |
template<class T , class Y > | |
void | sp_deleter_construct (boost::shared_ptr< T > *ppx, Y *p) |
template<class T , class Y > | |
void | sp_deleter_construct (boost::shared_ptr< T[] > *, Y *) |
template<class T , std::size_t N, class Y > | |
void | sp_deleter_construct (boost::shared_ptr< T[N] > *, Y *) |
template<class D , class T > | |
D * | basic_get_deleter (shared_ptr< T > const &p) BOOST_NOEXCEPT |
typedef std::nullptr_t boost::detail::sp_nullptr_t |
Definition at line 35 of file sp_nullptr_t.hpp.
typedef std::type_info boost::detail::sp_typeinfo |
Definition at line 123 of file sp_typeinfo.hpp.
|
inline |
Definition at line 79 of file sp_counted_base_gcc_ppc.hpp.
|
inline |
Definition at line 55 of file sp_counted_base_gcc_ppc.hpp.
|
inline |
Definition at line 35 of file sp_counted_base_gcc_x86.hpp.
|
inline |
Definition at line 35 of file sp_counted_base_gcc_ppc.hpp.
D* boost::detail::basic_get_deleter | ( | shared_ptr< T > const & | p | ) |
Definition at line 890 of file shared_ptr.hpp.
|
inline |
Definition at line 28 of file current_function.hpp.
|
inline |
Definition at line 256 of file shared_ptr.hpp.
|
inline |
Definition at line 298 of file shared_ptr.hpp.
|
inline |
Definition at line 305 of file shared_ptr.hpp.
|
inline |
Definition at line 310 of file shared_ptr.hpp.
|
inline |
Definition at line 208 of file shared_ptr.hpp.
|
inline |
|
inline |
Definition at line 233 of file shared_ptr.hpp.
|
inline |
Definition at line 274 of file shared_ptr.hpp.
|
inline |
Definition at line 282 of file shared_ptr.hpp.
|
inline |
Definition at line 288 of file shared_ptr.hpp.
|
inline |
Definition at line 139 of file yield_k.hpp.