|
template<class T1 , class T2 , class T3 > |
LIBCOPP_COPP_API_HEAD_ONLY void | memory::__enable_shared_from_this_with (const __strong_rc_counter< T1 > *__n, const T2 *__py, const enable_shared_rc_from_this< T3 > *__p) |
| A helper class that used to inject datas for classes that inherit enable_shared_rc_from_this.
|
|
template<class T1 , class T2 , class T3 , size_t T3SIZE> |
LIBCOPP_COPP_API_HEAD_ONLY void | memory::__enable_shared_from_this_with (const __strong_rc_counter< T1 > *__n, const T2 *__py, const enable_shared_rc_from_this< T3[T3SIZE]> *__p) |
|
LIBCOPP_COPP_API_HEAD_ONLY void | memory::__enable_shared_from_this_with (...) |
|
template<class T1 , class T2 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator== (const strong_rc_ptr< T1 > &l, const strong_rc_ptr< T2 > &r) noexcept |
|
template<class T1 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator== (const strong_rc_ptr< T1 > &l, ::std::nullptr_t) noexcept |
|
template<class T1 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator== (::std::nullptr_t, const strong_rc_ptr< T1 > &r) noexcept |
|
template<class T1 , class T2 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator!= (const strong_rc_ptr< T1 > &l, const strong_rc_ptr< T2 > &r) noexcept |
|
template<class T1 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator!= (const strong_rc_ptr< T1 > &l, ::std::nullptr_t) noexcept |
|
template<class T1 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator!= (::std::nullptr_t, const strong_rc_ptr< T1 > &r) noexcept |
|
template<class T1 , class T2 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator< (const strong_rc_ptr< T1 > &l, const strong_rc_ptr< T2 > &r) noexcept |
|
template<class T1 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator< (const strong_rc_ptr< T1 > &l, ::std::nullptr_t) noexcept |
|
template<class T1 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator< (::std::nullptr_t, const strong_rc_ptr< T1 > &r) noexcept |
|
template<class T1 , class T2 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator> (const strong_rc_ptr< T1 > &l, const strong_rc_ptr< T2 > &r) noexcept |
|
template<class T1 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator> (const strong_rc_ptr< T1 > &l, ::std::nullptr_t) noexcept |
|
template<class T1 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator> (::std::nullptr_t, const strong_rc_ptr< T1 > &r) noexcept |
|
template<class T1 , class T2 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator<= (const strong_rc_ptr< T1 > &l, const strong_rc_ptr< T2 > &r) noexcept |
|
template<class T1 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator<= (const strong_rc_ptr< T1 > &l, ::std::nullptr_t) noexcept |
|
template<class T1 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator<= (::std::nullptr_t, const strong_rc_ptr< T1 > &r) noexcept |
|
template<class T1 , class T2 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator>= (const strong_rc_ptr< T1 > &l, const strong_rc_ptr< T2 > &r) noexcept |
|
template<class T1 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator>= (const strong_rc_ptr< T1 > &l, ::std::nullptr_t) noexcept |
|
template<class T1 > |
LIBCOPP_COPP_API_HEAD_ONLY bool | memory::operator>= (::std::nullptr_t, const strong_rc_ptr< T1 > &r) noexcept |
|
template<class T , class... TArgs> |
nostd::enable_if_t<!::std::is_array< T >::value, strong_rc_ptr< T > > | memory::make_strong_rc (TArgs &&... args) |
| A std::make_shared replacement for strong_rc_ptr(non-array).
|
|
template<class T , class... TArgs> |
nostd::enable_if_t< nostd::is_bounded_array< T >::value, strong_rc_ptr< T > > | memory::make_strong_rc (TArgs &&... args) |
| A std::make_shared replacement for strong_rc_ptr(bounded array).
|
|
template<class T , class Alloc , class... TArgs> |
nostd::enable_if_t<!::std::is_array< T >::value, strong_rc_ptr< T > > | memory::allocate_strong_rc (const Alloc &alloc, TArgs &&... args) |
| A std::allocate_shared (C++20) replacement for strong_rc_ptr(non-array).
|
|
template<class T , class Alloc , class... TArgs> |
nostd::enable_if_t< nostd::is_bounded_array< T >::value, strong_rc_ptr< T > > | memory::allocate_strong_rc (const Alloc &alloc, TArgs &&... args) |
| A std::allocate_shared (C++20) replacement for strong_rc_ptr(bounded array).
|
|
template<class T , class Y > |
strong_rc_ptr< T > | memory::static_pointer_cast (const strong_rc_ptr< Y > &r) noexcept |
| A std::static_pointer_cast replacement for strong_rc_ptr.
|
|
template<class T , class Y > |
strong_rc_ptr< T > | memory::const_pointer_cast (const strong_rc_ptr< Y > &r) noexcept |
| A std::const_pointer_cast replacement for strong_rc_ptr.
|
|
template<class T > |
LIBCOPP_COPP_API_HEAD_ONLY void | std::swap (LIBCOPP_COPP_NAMESPACE_ID::memory::strong_rc_ptr< T > &a, LIBCOPP_COPP_NAMESPACE_ID::memory::strong_rc_ptr< T > &b) noexcept |
| Support std::swap for strong_rc_ptr.
|
|
template<class CharT , class TraitT , class T > |
LIBCOPP_COPP_API_HEAD_ONLY std::basic_ostream< CharT, TraitT > & | std::operator<< (std::basic_ostream< CharT, TraitT > &__os, const LIBCOPP_COPP_NAMESPACE_ID::memory::strong_rc_ptr< T > &__p) |
| Support std::basic_ostream for strong_rc_ptr.
|
|