Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
UE::MemStack Namespace Reference

Functions

const TCHARAllocateString (FMemStackBase &Allocator, const TCHAR *String, int32 Length)
 
const TCHARAllocateString (FMemStackBase &Allocator, FStringView String)
 
FStringView AllocateStringView (FMemStackBase &Allocator, FStringView String)
 
const TCHARAllocateString (FMemStackBase &Allocator, const FStringBuilderBase &StringBuilder)
 
template<typename FormatType , typename... ArgTypes>
const TCHARAllocateStringf (FMemStackBase &Allocator, const FormatType &Format, ArgTypes... Args)
 
template<typename FormatType , typename... ArgTypes>
FStringView AllocateStringViewf (FMemStackBase &Allocator, const FormatType &Format, ArgTypes... Args)
 
template<typename T >
TArrayView< TAllocateArrayView (FMemStackBase &Allocator, TArrayView< T > View)
 

Function Documentation

◆ AllocateArrayView()

template<typename T >
TArrayView< T > UE::MemStack::AllocateArrayView ( FMemStackBase & Allocator,
TArrayView< T > View )
inline

Definition at line 55 of file MemStackUtility.h.

◆ AllocateString() [1/3]

const TCHAR * UE::MemStack::AllocateString ( FMemStackBase & Allocator,
const FStringBuilderBase & StringBuilder )
inline

Definition at line 33 of file MemStackUtility.h.

◆ AllocateString() [2/3]

const TCHAR * UE::MemStack::AllocateString ( FMemStackBase & Allocator,
const TCHAR * String,
int32 Length )
inline

Definition at line 15 of file MemStackUtility.h.

+ Here is the call graph for this function:

◆ AllocateString() [3/3]

const TCHAR * UE::MemStack::AllocateString ( FMemStackBase & Allocator,
FStringView String )
inline

Definition at line 23 of file MemStackUtility.h.

◆ AllocateStringf()

template<typename FormatType , typename... ArgTypes>
const TCHAR * UE::MemStack::AllocateStringf ( FMemStackBase & Allocator,
const FormatType & Format,
ArgTypes... Args )
inline

Definition at line 39 of file MemStackUtility.h.

◆ AllocateStringView()

FStringView UE::MemStack::AllocateStringView ( FMemStackBase & Allocator,
FStringView String )
inline

Definition at line 28 of file MemStackUtility.h.

◆ AllocateStringViewf()

template<typename FormatType , typename... ArgTypes>
FStringView UE::MemStack::AllocateStringViewf ( FMemStackBase & Allocator,
const FormatType & Format,
ArgTypes... Args )
inline

Definition at line 47 of file MemStackUtility.h.