Utility for string manipulations. More...
Static Public Member Functions | |
static nkMemory::BufferCast< nkMemory::String > | splitUserTypeName (nkMemory::StringView userTypeName) |
static nkMemory::StringView | interpreterToString (INTERPRETER value) |
static INTERPRETER | stringToInterpreter (nkMemory::StringView value) |
Utility for string manipulations.
|
static |
Allows to split a string into smaller strings, meant for type name parsing. Will split members separated by "::".
userTypeName | The type name to split. |
|
static |
Converts an interpreter enum value translated in a string.
value | The enum value to convert. |
|
static |
Converts a string to a corresponding enum value.
value | The string to convert. |