OpenASIP  2.0
ScriptInterpreter Member List

This is the complete list of members for ScriptInterpreter, including all inherited members.

addCustomCommand(CustomCommand *command)ScriptInterpretervirtual
addCustomCommandToInterpreter(const CustomCommand &command)=0ScriptInterpreterprotectedpure virtual
commands_ScriptInterpreterprivate
context() const =0ScriptInterpreterpure virtual
customCommand(const std::string &commandName)ScriptInterpretervirtual
customCommandsSortedByName()ScriptInterpreter
error() constScriptInterpretervirtual
errorState_ScriptInterpreterprivate
finalize()ScriptInterpretervirtual
finalized_ScriptInterpreterprivate
initialize(int argc, char *argv[], InterpreterContext *context, LineReader *reader)=0ScriptInterpreterpure virtual
interpret(const std::string &commandLine)=0ScriptInterpreterpure virtual
lineReader() constScriptInterpretervirtual
MapIter typedefScriptInterpreterprivate
operator=(const ScriptInterpreter &)ScriptInterpreterprivate
processScriptFile(const std::string &scriptFileName)ScriptInterpretervirtual
reader_ScriptInterpreterprivate
removeCustomCommand(const std::string &commandName)ScriptInterpretervirtual
removeCustomCommandFromInterpreter(const CustomCommand &command)=0ScriptInterpreterprotectedpure virtual
result()ScriptInterpretervirtual
result_ScriptInterpreterprivate
ScriptInterpreter()ScriptInterpreter
ScriptInterpreter(const ScriptInterpreter &)ScriptInterpreterprivate
setError(bool state)ScriptInterpretervirtual
setError(std::string errorMessage)ScriptInterpretervirtual
setLineReader(LineReader *reader)ScriptInterpretervirtual
setResult(DataObject *result)ScriptInterpretervirtual
setResult(const std::string &result)ScriptInterpretervirtual
setResult(int result)ScriptInterpretervirtual
setResult(double result)ScriptInterpretervirtual
setResultToInterpreter(const DataObject &value)=0ScriptInterpreterpure virtual
setVariable(const std::string &interpreterVariableName, const std::string &value)ScriptInterpretervirtual
setVariable(const std::string &interpreterVariableName, int value)ScriptInterpretervirtual
setVariableToInterpreter(const std::string &name, const DataObject &value)=0ScriptInterpreterpure virtual
ValType typedefScriptInterpreterprivate
variable(const std::string &name)=0ScriptInterpreterpure virtual
variableIntegerValue(const std::string &interpreterVariableName)ScriptInterpretervirtual
variableStringValue(const std::string &interpreterVariableName)ScriptInterpretervirtual
~ScriptInterpreter()ScriptInterpretervirtual