#include <hkRefPtr.h>
|
constexpr | hkRefPtr () noexcept |
|
constexpr | hkRefPtr (std::nullptr_t) noexcept |
|
template<class Y , std::enable_if_t< std::is_convertible_v< Y *, element_type * >, int > = 0> |
| hkRefPtr (Y *a_rhs) |
|
| hkRefPtr (const hkRefPtr &a_rhs) |
|
template<class Y , std::enable_if_t< std::is_convertible_v< Y *, element_type * >, int > = 0> |
| hkRefPtr (const hkRefPtr< Y > &a_rhs) |
|
| hkRefPtr (hkRefPtr &&a_rhs) noexcept |
|
template<class Y , std::enable_if_t< std::is_convertible_v< Y *, element_type * >, int > = 0> |
| hkRefPtr (hkRefPtr< Y > &&a_rhs) noexcept |
|
| ~hkRefPtr () |
|
hkRefPtr & | operator= (const hkRefPtr &a_rhs) |
|
template<class Y , std::enable_if_t< std::is_convertible_v< Y *, element_type * >, int > = 0> |
hkRefPtr & | operator= (const hkRefPtr< Y > &a_rhs) |
|
hkRefPtr & | operator= (hkRefPtr &&a_rhs) |
|
template<class Y , std::enable_if_t< std::is_convertible_v< Y *, element_type * >, int > = 0> |
hkRefPtr & | operator= (hkRefPtr< Y > &&a_rhs) |
|
void | reset () |
|
template<class Y , std::enable_if_t< std::is_convertible_v< Y *, element_type * >, int > = 0> |
void | reset (Y *a_ptr) |
|
constexpr element_type * | get () const noexcept |
|
constexpr | operator bool () const noexcept |
|
constexpr element_type & | operator* () const noexcept |
|
constexpr element_type * | operator-> () const noexcept |
|
◆ element_type
◆ hkRefPtr() [1/7]
◆ hkRefPtr() [2/7]
◆ hkRefPtr() [3/7]
template<class T >
template<class Y , std::enable_if_t< std::is_convertible_v< Y *,
element_type * >, int > = 0>
◆ hkRefPtr() [4/7]
◆ hkRefPtr() [5/7]
template<class T >
template<class Y , std::enable_if_t< std::is_convertible_v< Y *,
element_type * >, int > = 0>
◆ hkRefPtr() [6/7]
◆ hkRefPtr() [7/7]
template<class T >
template<class Y , std::enable_if_t< std::is_convertible_v< Y *,
element_type * >, int > = 0>
◆ ~hkRefPtr()
◆ get()
◆ operator bool()
template<class T >
|
inlineexplicitconstexprnoexcept |
◆ operator*()
◆ operator->()
◆ operator=() [1/4]
◆ operator=() [2/4]
template<class T >
template<class Y , std::enable_if_t< std::is_convertible_v< Y *,
element_type * >, int > = 0>
◆ operator=() [3/4]
◆ operator=() [4/4]
template<class T >
template<class Y , std::enable_if_t< std::is_convertible_v< Y *,
element_type * >, int > = 0>
◆ reset() [1/2]
◆ reset() [2/2]
template<class T >
template<class Y , std::enable_if_t< std::is_convertible_v< Y *,
element_type * >, int > = 0>
◆ TryAttach()
◆ TryDetach()
◆ hkRefPtr
template<class T >
template<class >
◆ _ptr
The documentation for this class was generated from the following files: