Navigation
API > API/Runtime > API/Runtime/Core
| Name | TPimplPtr< T, EPimplPtrMode::NoCopy > |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/PimplPtr.h |
| Include Path | #include "Templates/PimplPtr.h" |
Syntax
namespace TPimplPtr< T, EPimplPtrMode
{
template<typename T>
struct TPimplPtr< T, EPimplPtrMode::NoCopy >
}
Derived Classes
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Ptr | T * | Templates/PimplPtr.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TPimplPtr() |
Templates/PimplPtr.h | ||
T * Get() |
Templates/PimplPtr.h | ||
bool IsValid() |
Templates/PimplPtr.h | ||
void Reset() |
Templates/PimplPtr.h | ||
TPimplPtr () |
Templates/PimplPtr.h | ||
TPimplPtr
(
TYPE_OF_NULLPTR |
Templates/PimplPtr.h | ||
| Templates/PimplPtr.h | |||
| Movable. | Templates/PimplPtr.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Templates/PimplPtr.h | ||
bool operator!=
(
TYPE_OF_NULLPTR |
Templates/PimplPtr.h | ||
T & operator*() |
Templates/PimplPtr.h | ||
| Templates/PimplPtr.h | |||
| Templates/PimplPtr.h | |||
| Templates/PimplPtr.h | |||
bool operator==
(
TYPE_OF_NULLPTR |
Templates/PimplPtr.h | ||
T * operator->() |
Templates/PimplPtr.h |