Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Experimental > API/Runtime/Core/Experimental/Containers
Inheritance Hierarchy
- FHazardDeleter
- FHazardPointerCollection::THazardDeleter
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Experimental/Containers/HazardPointer.h |
| Include | #include "Experimental/Containers/HazardPointer.h" |
Syntax
class FHazardDeleter
Remarks
FHazardDeleter is used to erase the type of a class so that we can call the correct destructor
Variables
| Type | Name | Description | |
|---|---|---|---|
| void * | Pointer |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FHazardDeleter
(
void* InPointer |
|||
FHazardDeleter
(
const FHazardDeleter& Other |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Delete () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FHazardDeleter & | operator=
(
const FHazardDeleter& Other |
||
| bool | operator==
(
const FHazardDeleter& Other |