API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsScripts
Utils
StringUtils.h
1
// StringUtils.h
3
//
5
6
namespace
nkScripts
7
{
11
class
StringUtils
final
12
{
13
public :
14
22
static
nkMemory::BufferCast<nkMemory::String>
splitUserTypeName
(
nkMemory::StringView
userTypeName) ;
23
30
static
nkMemory::StringView
interpreterToString
(
INTERPRETER
value) ;
37
static
INTERPRETER
stringToInterpreter
(
nkMemory::StringView
value) ;
38
} ;
39
}
nkScripts
Encompasses all API of component NilkinsScripts.
Definition:
Environment.h:7
nkScripts::StringUtils
Utility for string manipulations.
Definition:
StringUtils.h:12
nkScripts::StringUtils::interpreterToString
static nkMemory::StringView interpreterToString(INTERPRETER value)
nkScripts::StringUtils::splitUserTypeName
static nkMemory::BufferCast< nkMemory::String > splitUserTypeName(nkMemory::StringView userTypeName)
nkMemory::StringView
Class holding information about a string, with no ownership over the data.
Definition:
StringView.h:22
nkMemory::BufferCast< nkMemory::String >
nkScripts::INTERPRETER
INTERPRETER
Supported scripting environments.
Definition:
Interpreter.h:12
nkScripts::StringUtils::stringToInterpreter
static INTERPRETER stringToInterpreter(nkMemory::StringView value)
Generated by
Doxygen
1.8.18