gwnavruntime/base/stringutils.h Source File
Go to the documentation of this file.
8 #ifndef Navigation_StringUtils_H
9 #define Navigation_StringUtils_H
25 static KyInt32 FindFirstOf(
const char* str,
const char* charsToSearch,
KyInt32 start = 0);
28 static void GetTokens(
const char* str,
const char* delimiters,
KyArray<String>& tokens,
bool acceptEmptyStrings =
false);
int KyInt32
Type used internally to represent a 32-bit integer.
Definition: types.h:35
Definition: gamekitcrowddispersion.h:20
Utility functions for manipulating strings.
Definition: stringutils.h:20