Go to the source code of this file.
Classes | |
class | boost::detail::sp_counted_base |
Namespaces | |
boost | |
boost::detail | |
Macros | |
#define | BOOST_CONSTEXPR constexpr |
#define | BOOST_CORE_TYPEID(T) typeid(T) |
#define | BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_STD_ATOMIC_HPP_INCLUDED |
#define | BOOST_SP_TYPEID(T) typeid(T) |
Typedefs | |
typedef std::type_info | sp_typeinfo |
Functions | |
std::int_least32_t | boost::detail::atomic_conditional_increment (std::atomic_int_least32_t *pw) |
std::int_least32_t | boost::detail::atomic_decrement (std::atomic_int_least32_t *pw) |
void | boost::detail::atomic_increment (std::atomic_int_least32_t *pw) |
#define BOOST_CONSTEXPR constexpr |
Definition at line 22 of file sp_counted_base_std_atomic.hpp.
#define BOOST_CORE_TYPEID | ( | T | ) | typeid(T) |
Definition at line 20 of file sp_counted_base_std_atomic.hpp.
#define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_STD_ATOMIC_HPP_INCLUDED |
Definition at line 3 of file sp_counted_base_std_atomic.hpp.
#define BOOST_SP_TYPEID | ( | T | ) | typeid(T) |
Definition at line 21 of file sp_counted_base_std_atomic.hpp.
typedef std::type_info sp_typeinfo |
Definition at line 19 of file sp_counted_base_std_atomic.hpp.