TorqueScript  0.2
TorqueScript::Interpreter Member List

This is the complete list of members for TorqueScript::Interpreter, including all inherited members.

activateFunctionRegistry(const std::string &packageName) (defined in TorqueScript::Interpreter)TorqueScript::Interpreter
addFunction(std::shared_ptr< Function > function)TorqueScript::Interpreter
addFunctionRegistry(const std::string &packageName) (defined in TorqueScript::Interpreter)TorqueScript::Interpreter
compile(const std::string &input)TorqueScript::Interpreter
deactivateFunctionRegistry(const std::string &packageName) (defined in TorqueScript::Interpreter)TorqueScript::Interpreter
evaluate(const std::string &input, std::shared_ptr< ExecutionState > state=nullptr) (defined in TorqueScript::Interpreter)TorqueScript::Interpreter
execute(const std::string &path, std::shared_ptr< ExecutionState > state=nullptr) (defined in TorqueScript::Interpreter)TorqueScript::Interpreter
findFunctionRegistry(const std::string packageName) (defined in TorqueScript::Interpreter)TorqueScript::Interpreter
getExecutionState() (defined in TorqueScript::Interpreter)TorqueScript::Interpreter
getFunction(const std::string &space, const std::string &name) (defined in TorqueScript::Interpreter)TorqueScript::Interpreter
getFunctionParent(Function *function) (defined in TorqueScript::Interpreter)TorqueScript::Interpreter
getGlobal(const std::string &name)TorqueScript::Interpreter
getGlobal(const std::size_t name)TorqueScript::Interpreter
initializeConsoleObjectTree(ObjectInstantiationDescriptor &descriptor)TorqueScript::Interpreter
Interpreter() (defined in TorqueScript::Interpreter)TorqueScript::Interpreter
Interpreter(const InterpreterConfiguration &config)TorqueScript::Interpreter
mConfigTorqueScript::Interpreter
mConsoleObjectRegistryTorqueScript::Interpreter
mStringTableTorqueScript::Interpreter
registerConsoleObjectType() (defined in TorqueScript::Interpreter)TorqueScript::Interpreterinline
removeFunctionRegistry(const std::string &packageName) (defined in TorqueScript::Interpreter)TorqueScript::Interpreter
setGlobal(const std::size_t name, StoredValue value) (defined in TorqueScript::Interpreter)TorqueScript::Interpreter
setGlobal(const std::string &name, StoredValue value) (defined in TorqueScript::Interpreter)TorqueScript::Interpreter
~Interpreter() (defined in TorqueScript::Interpreter)TorqueScript::Interpreter