Ark Server API (ASA) - Wiki
|
#include <StringConv.h>
Public Member Functions | |
FORCEINLINE | TStringPassthru (ToType *InDest, int32 InDestLen, int32 InSrcLen) |
FORCEINLINE | TStringPassthru (TStringPassthru &&Other) |
FORCEINLINE void | Apply () const |
FORCEINLINE FromType * | Get () UE_LIFETIMEBOUND |
Private Types | |
typedef TInlineAllocator< DefaultConversionSize >::template ForElementType< FromType > | AllocatorType |
Private Member Functions | |
TStringPassthru (const TStringPassthru &) | |
TStringPassthru & | operator= (const TStringPassthru &) |
Private Attributes | |
ToType * | Dest |
int32 | DestLen |
int32 | SrcLen |
This class is returned by StringPassthru and is not intended to be used directly.
Definition at line 1104 of file StringConv.h.
|
private |
Definition at line 1106 of file StringConv.h.
|
inline |
Definition at line 1109 of file StringConv.h.
|
inline |
Definition at line 1117 of file StringConv.h.
|
private |
|
inline |
Definition at line 1122 of file StringConv.h.
|
inline |
Definition at line 1129 of file StringConv.h.
|
private |
|
private |
Definition at line 1139 of file StringConv.h.
|
private |
Definition at line 1140 of file StringConv.h.
|
private |
Definition at line 1141 of file StringConv.h.