MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
shared_ptr< T > 成员列表

成员的完整列表,这些成员属于 shared_ptr< T >,包括所有继承而来的类成员

element_type typedefshared_ptr< T >
get() const noexceptshared_ptr< T >inline
operator bool() const noexceptshared_ptr< T >inlineexplicit
operator*() const noexceptshared_ptr< T >inline
operator->() const noexceptshared_ptr< T >inline
operator=(const shared_ptr &x) noexceptshared_ptr< T >inline
operator=(shared_ptr &&x) noexceptshared_ptr< T >inline
operator=(const shared_ptr< U > &x) noexceptshared_ptr< T >inline
operator=(shared_ptr< U > &&x) noexceptshared_ptr< T >inline
owner_before(const shared_ptr< U > &rhs) const noexceptshared_ptr< T >inline
owner_before(const weak_ptr< U > &rhs) const noexceptshared_ptr< T >inline
owner_equal(const shared_ptr< U > &rhs) const noexceptshared_ptr< T >inline
owner_equal(const weak_ptr< U > &rhs) const noexceptshared_ptr< T >inline
reset() noexceptshared_ptr< T >inline
reset(U *ptr)shared_ptr< T >inline
reset(U *ptr, Deleter deleter)shared_ptr< T >inline
shared_ptr(nullptr_t np=nullptr) noexceptshared_ptr< T >inline
shared_ptr(U *ptr)shared_ptr< T >inline
shared_ptr(U *ptr, Deleter &&deleter)shared_ptr< T >inlineexplicit
shared_ptr(unique_ptr< U, Deleter > &&ptr)shared_ptr< T >inlineexplicit
shared_ptr(const shared_ptr &x) noexceptshared_ptr< T >inline
shared_ptr(const shared_ptr< U > &x) noexceptshared_ptr< T >inline
shared_ptr(shared_ptr &&x) noexceptshared_ptr< T >inline
shared_ptr(shared_ptr< U > &&x) noexceptshared_ptr< T >inlineexplicit
shared_ptr(const shared_ptr< U > &x, T *ptr) noexceptshared_ptr< T >inline
shared_ptr(shared_ptr< U > &&x, T *ptr) noexceptshared_ptr< T >inline
swap(shared_ptr &x) noexceptshared_ptr< T >inline
unique() const noexceptshared_ptr< T >inline
use_count() const noexceptshared_ptr< T >inline
~shared_ptr() noexceptshared_ptr< T >inline