API Documentation
Constants.h
1 // Constants.h
3 //
5 
7 {
13  struct Constants
14  {
15  // Namespaces
16  inline static const nkMemory::String NAMESPACE ;
17 
18  // Interpreters
19  inline static const nkMemory::String INTERPRETER ;
20 
21  // UserTypes
23  inline static const nkMemory::String COMPILATION_RESULT ;
24  inline static const nkMemory::String SCRIPT ;
25  } ;
26 }
nkAstraeus::nkScriptsWrap::Constants::SCRIPT
static const nkMemory::String SCRIPT
Identifies a nkScripts::Script.
Definition: Constants.h:24
nkAstraeus::nkScriptsWrap::Constants::COMPILATION_RESULT
static const nkMemory::String COMPILATION_RESULT
Identifies a nkScripts::CompilationResult.
Definition: Constants.h:23
nkMemory::String
Class holding information about a string, with ownership over the data.
Definition: String.h:22
nkAstraeus::nkScriptsWrap::Constants::INTERPRETER
static const nkMemory::String INTERPRETER
Identifies a nkScripts::INTERPRETER.
Definition: Constants.h:19
nkAstraeus::nkScriptsWrap
Encompasses the wrapping of nkScripts for scripting.
Definition: Constants.h:7
nkAstraeus::nkScriptsWrap::Constants::NAMESPACE
static const nkMemory::String NAMESPACE
Identifies the namespace.
Definition: Constants.h:16
nkAstraeus::nkScriptsWrap::Constants
Constants encompassing user type identifiers for the wrapping of nkScripts.
Definition: Constants.h:14
nkAstraeus::nkScriptsWrap::Constants::COMPILATION_FAILURE_TYPE
static const nkMemory::String COMPILATION_FAILURE_TYPE
Identifies a nkScripts::COMPILATION_FAILURE_TYPE.
Definition: Constants.h:22