Navigation
API > API/Runtime > API/Runtime/Json
TODO: Can remove this and just use rapidjson::CrtAllocator once RapidJsonIncludes.h starts overriding RAPIDJSON_MALLOC, etc.
| Name | FAllocatorImpl |
| Type | class |
| Header File | /Engine/Source/Runtime/Json/Public/JsonUtils/RapidJsonUtils.h |
| Include Path | #include "JsonUtils/RapidJsonUtils.h" |
Syntax
class FAllocatorImpl
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| kNeedFree | const bool | JsonUtils/RapidJsonUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * Malloc
(
size_t Count |
JsonUtils/RapidJsonUtils.h | ||
void * Realloc
(
void* Original, |
JsonUtils/RapidJsonUtils.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Free
(
void* Ptr |
JsonUtils/RapidJsonUtils.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FAllocatorImpl& |
JsonUtils/RapidJsonUtils.h | ||
bool operator==
(
const FAllocatorImpl& |
JsonUtils/RapidJsonUtils.h |