#include <NiSmartPointer.h>
|
| constexpr | NiPointer () noexcept=default |
| |
| constexpr | NiPointer (std::nullptr_t) noexcept |
| |
| template<class Y , std::enable_if_t< std::is_convertible_v< Y *, element_type * >, int > = 0> |
| | NiPointer (Y *a_rhs) |
| |
| | NiPointer (const NiPointer &a_rhs) |
| |
| template<class Y , std::enable_if_t< std::is_convertible_v< Y *, element_type * >, int > = 0> |
| | NiPointer (const NiPointer< Y > &a_rhs) |
| |
| | NiPointer (NiPointer &&a_rhs) noexcept |
| |
| template<class Y , std::enable_if_t< std::is_convertible_v< Y *, element_type * >, int > = 0> |
| | NiPointer (NiPointer< Y > &&a_rhs) noexcept |
| |
| | ~NiPointer () |
| |
| NiPointer & | operator= (const NiPointer &a_rhs) |
| |
| template<class Y , std::enable_if_t< std::is_convertible_v< Y *, element_type * >, int > = 0> |
| NiPointer & | operator= (const NiPointer< Y > &a_rhs) |
| |
| NiPointer & | operator= (NiPointer &&a_rhs) |
| |
| template<class Y , std::enable_if_t< std::is_convertible_v< Y *, element_type * >, int > = 0> |
| NiPointer & | operator= (NiPointer< 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
◆ NiPointer() [1/7]
◆ NiPointer() [2/7]
◆ NiPointer() [3/7]
template<class T >
template<class Y , std::enable_if_t< std::is_convertible_v< Y *,
element_type * >, int > = 0>
◆ NiPointer() [4/7]
◆ NiPointer() [5/7]
template<class T >
template<class Y , std::enable_if_t< std::is_convertible_v< Y *,
element_type * >, int > = 0>
◆ NiPointer() [6/7]
◆ NiPointer() [7/7]
template<class T >
template<class Y , std::enable_if_t< std::is_convertible_v< Y *,
element_type * >, int > = 0>
◆ ~NiPointer()
◆ 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()
◆ NiPointer
template<class T >
template<class >
◆ _ptr
The documentation for this class was generated from the following files: