Ark Server API (ASA) - Wiki
|
#include "CoreTypes.h"
#include "HAL/PlatformCrt.h"
#include "HAL/PlatformString.h"
#include "Misc/AssertionMacros.h"
#include "Misc/Char.h"
#include "Misc/VarArgs.h"
#include "Templates/AndOrNot.h"
#include "Templates/IsArrayOrRefOfTypeByPredicate.h"
#include "Templates/IsValidVariadicFunctionArg.h"
#include "Traits/IsCharEncodingCompatibleWith.h"
#include "API/Fields.h"
Go to the source code of this file.
Classes | |
struct | FToBoolHelper |
struct | TCString< T > |
struct | TCStringSpcHelper< CharType > |
Namespaces | |
namespace | ESearchCase |
namespace | ESearchDir |
Macros | |
#define | MAX_SPRINTF 1024 |
Typedefs | |
typedef TCString< TCHAR > | FCString |
typedef TCString< ANSICHAR > | FCStringAnsi |
typedef TCString< WIDECHAR > | FCStringWide |
typedef TCString< UTF8CHAR > | FCStringUtf8 |
Enumerations | |
enum | ESearchCase::Type { ESearchCase::CaseSensitive , ESearchCase::IgnoreCase } |
enum | ESearchDir::Type { ESearchDir::FromStart , ESearchDir::FromEnd } |