Choose your operating system:
Windows
macOS
Linux
Name |
Description |
|
---|---|---|
|
FAnsiArena |
CRT heap allocator All allocations are passed through to CRT memory allocation functions |
|
FArenaPointer |
Tagged Arena Pointer |
|
FBufferOwner |
A reference-counted owner for a buffer, which is a raw pointer and size. |
|
FCompositeBuffer |
FCompositeBuffer is a non-contiguous buffer composed of zero or more immutable shared buffers. |
|
FMallocArena |
Heap arena |
|
FMemoryArena |
Memory arena interface |
|
FSharedBuffer |
A reference to a shared-ownership immutable buffer. |
|
FSharedOps |
|
|
FUniqueBuffer |
A reference to a single-ownership mutable buffer. |
|
FWeakOps |
|
|
FWeakSharedBuffer |
A weak reference to a shared-ownership immutable buffer. |
|
TArenaPointer |
|
|
TBufferOwnerDeleteFunction |
|
|
TBufferOwnerPtr |
|
|
TBufferOwnerTArray |
|
|
TMemoryView |
A non-owning view of a contiguous region of memory. |
Name |
Description |
---|---|
FMemoryView |
A non-owning view of a contiguous region of memory. |
FMutableMemoryView |
A non-owning mutable view of a contiguous region of memory. |
Name | Description | ||
---|---|---|---|
|
FArenaPointe... |
ArenaRealloc ( |
|
|
FArenaPointe... |
ArenaRealloc ( |
|
|
GetTypeHash ( |
||
|
GetTypeHash ( |
||
|
GetTypeHash ( |
||
|
TMemoryView<... |
MakeMemoryView ( |
Make a non-owning const view starting at Data and ending at DataEnd. |
|
TMemoryView<... |
MakeMemoryView ( |
Make a non-owning mutable view starting at Data and ending at DataEnd. |
|
constexpr TM... |
MakeMemoryView |
Make a non-owning const view of Size bytes starting at Data. |
|
constexpr TM... |
MakeMemoryView |
Make a non-owning mutable view of Size bytes starting at Data. |
|
constexpr au... |
MakeMemoryView ( |
Make a non-owning view of the memory of the contiguous container. |
|
constexpr TM... |
MakeMemoryView ( |
Make a non-owning view of the memory of the initializer list. |
|
FSharedBuffe... |
MakeSharedBufferFromArray ( |
Construct a shared buffer by taking ownership of an array. |
|
constexpr bo... |
operator! |
|
|
auto |
operator!= ( |
|
|
constexpr FB... |
operator& |
|
|
FBufferOwner... |
operator&= |
|
|
constexpr FB... |
operator^ |
|
|
FBufferOwner... |
operator^= |
|
|
constexpr FB... |
operator| |
|
|
FBufferOwner... |
operator|= |
|
|
constexpr FB... |
operator~ |
|
|
constexpr TM... |
operator+ ( |
Advances the start of the view by an offset, which is clamped to stay within the view. |
|
constexpr TM... |
operator+ ( |
Advances the start of the view by an offset, which is clamped to stay within the view. |
|
auto |
operator== ( |