This is the complete list of members for ref< T >, including all inherited members.
get_ptr() | ref< T > | inline |
get_ptr() const | ref< T > | inline |
m_ptr | ref< T > | private |
operator T*() | ref< T > | inlineexplicit |
operator!=(const ref &r) const | ref< T > | inline |
operator!=(const T *ptr) const | ref< T > | inline |
operator*() | ref< T > | inline |
operator*() const | ref< T > | inline |
operator->() | ref< T > | inline |
operator->() const | ref< T > | inline |
operator=(ref &&r) noexcept | ref< T > | inline |
operator=(const ref &r) | ref< T > | inline |
operator=(T *ptr) | ref< T > | inline |
operator==(const ref &r) const | ref< T > | inline |
operator==(const T *ptr) const | ref< T > | inline |
ref() | ref< T > | inline |
ref(T *ptr) | ref< T > | inlineexplicit |
ref(const ref &r) | ref< T > | inline |
ref(ref &&r) noexcept | ref< T > | inline |
~ref() | ref< T > | inline |