cxxomfort
rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
This is the complete list of members for unique_ptr< T, D >, including all inherited members.
get() const | unique_ptr< T, D > | inline |
get() const | unique_ptr< T, D > | inline |
get_deleter() | unique_ptr< T, D > | inline |
get_deleter() | unique_ptr< T, D > | inline |
operator detail_unique_ptr::rv< unique_ptr >() | unique_ptr< T, D > | inline |
operator*() const | unique_ptr< T, D > | inline |
operator*() const | unique_ptr< T, D > | inline |
operator->() const | unique_ptr< T, D > | inline |
operator->() const | unique_ptr< T, D > | inline |
operator=(std::nullptr_t) | unique_ptr< T, D > | inline |
operator=(unique_ptr< U, E > u) | unique_ptr< T, D > | inline |
release() | unique_ptr< T, D > | inline |
reset(pointer p=pointer()) | unique_ptr< T, D > | inline |
reset(pointer p=pointer()) | unique_ptr< T, D > | inline |
swap(unique_ptr &u) | unique_ptr< T, D > | inline |
unique_ptr() CXXO_NOEXCEPTNOTHROW | unique_ptr< T, D > | inline |
unique_ptr(pointer p) | unique_ptr< T, D > | inlineexplicit |
unique_ptr(CXXO_RV_REF(unique_ptr) r) | unique_ptr< T, D > | inline |
unique_ptr() CXXO_NOEXCEPTNOTHROW | unique_ptr< T, D > | inline |
unique_ptr(pointer p) | unique_ptr< T, D > | inlineexplicit |
unique_ptr(pointer p, typename std::conditional< cxxomfort::traits::is_reference< D >::value, volatile typename cxxomfort::traits::remove_reference< D >::type &, D >::type d) | unique_ptr< T, D > | inline |
unique_ptr(unique_ptr< U, E > u, typename std::enable_if< !cxxomfort::traits::is_array< U >::value &&detail_unique_ptr::is_convertible< typename unique_ptr< U >::pointer, pointer >::value &&detail_unique_ptr::is_convertible< E, deleter_type >::value &&(!cxxomfort::traits::is_reference< deleter_type >::value||cxxomfort::traits::is_same< deleter_type, E >::value), void >::type *=0) | unique_ptr< T, D > | inline |