Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
Escape.h File Reference
+ Include dependency graph for Escape.h:

Go to the source code of this file.

Classes

struct  UE::String::Private::FEscape
 
struct  UE::String::Private::FQuoteEscape
 

Namespaces

namespace  UE
 
namespace  UE::String
 
namespace  UE::String::Private
 

Functions

void UE::String::EscapeTo (FStringView Input, FStringBuilderBase &Output)
 
Private::FEscape UE::String::Escape (FStringView Input)
 
void UE::String::QuoteEscapeTo (FStringView Input, FStringBuilderBase &Output)
 
Private::FQuoteEscape UE::String::QuoteEscape (FStringView Input)
 
FStringBuilderBaseUE::String::Private::operator<< (FStringBuilderBase &Builder, const FEscape &Adapter)
 
FStringBuilderBaseUE::String::Private::operator<< (FStringBuilderBase &Builder, const FQuoteEscape &Adapter)