![]() |
MOS Source Code
|
This is the complete list of members for shared_ptr< T >, including all inherited members.
_c | shared_ptr< T > | private |
element_type typedef | shared_ptr< T > | |
get() const | shared_ptr< T > | inline |
operator bool() const | shared_ptr< T > | inline |
operator*() const | shared_ptr< T > | inline |
operator->() const | shared_ptr< T > | inline |
operator=(const shared_ptr &r) noexcept | shared_ptr< T > | inline |
operator=(const shared_ptr< Y > &r) noexcept | shared_ptr< T > | inline |
operator=(shared_ptr &&r) noexcept | shared_ptr< T > | inline |
operator=(shared_ptr< Y > &&r) noexcept | shared_ptr< T > | inline |
operator==(const shared_ptr &lhs, const shared_ptr &rhs) | shared_ptr< T > | friend |
operator==(const shared_ptr &lhs, std::nullptr_t) | shared_ptr< T > | friend |
release() | shared_ptr< T > | inline |
reset() | shared_ptr< T > | inline |
shared_ptr() noexcept | shared_ptr< T > | inline |
shared_ptr(std::nullptr_t) noexcept | shared_ptr< T > | inline |
shared_ptr(Y *ptr) | shared_ptr< T > | inlineexplicit |
shared_ptr(__shared_ptr_core< T > *cb) | shared_ptr< T > | inlineexplicit |
shared_ptr(const shared_ptr &r) noexcept | shared_ptr< T > | inline |
shared_ptr(shared_ptr< Y > &other) | shared_ptr< T > | inline |
shared_ptr(shared_ptr &&r) noexcept | shared_ptr< T > | inline |
shared_ptr(shared_ptr< Y > &&other) | shared_ptr< T > | inline |
swap(shared_ptr &lhs, shared_ptr &rhs) | shared_ptr< T > | friend |
use_count() const | shared_ptr< T > | inline |
weak_ptr< T > class | shared_ptr< T > | friend |
~shared_ptr() | shared_ptr< T > | inline |