| addCustomCommand(CustomCommand *command) | ScriptInterpreter | virtual |
| addCustomCommandToInterpreter(const CustomCommand &command) | TclInterpreter | protectedvirtual |
| commands_ | ScriptInterpreter | private |
| context() const | TclInterpreter | virtual |
| context_ | TclInterpreter | private |
| customCommand(const std::string &commandName) | ScriptInterpreter | virtual |
| customCommandRedirector(ClientData cd, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) | TclInterpreter | static |
| customCommandsSortedByName() | ScriptInterpreter | |
| dataObjectToTclObj(const DataObject &object) | TclInterpreter | static |
| error() const | ScriptInterpreter | virtual |
| errorState_ | ScriptInterpreter | private |
| finalize() | ScriptInterpreter | virtual |
| finalized_ | ScriptInterpreter | private |
| initialize(int argc, char *argv[], InterpreterContext *context, LineReader *reader) | TclInterpreter | virtual |
| interpret(const std::string &commandLine) | TclInterpreter | virtual |
| interpreter_ | TclInterpreter | private |
| isQuitCommandGiven() const | SimulatorInterpreter | |
| lineReader() const | ScriptInterpreter | virtual |
| MapIter typedef | ScriptInterpreter | private |
| operator=(const TclInterpreter &) | TclInterpreter | private |
| processScriptFile(const std::string &scriptFileName) | TclInterpreter | virtual |
| quitted_ | SimulatorInterpreter | private |
| reader_ | ScriptInterpreter | private |
| removeCustomCommand(const std::string &commandName) | ScriptInterpreter | virtual |
| removeCustomCommandFromInterpreter(const CustomCommand &command) | TclInterpreter | protectedvirtual |
| result() | ScriptInterpreter | virtual |
| result_ | ScriptInterpreter | private |
| ScriptInterpreter() | ScriptInterpreter | |
| ScriptInterpreter(const ScriptInterpreter &) | ScriptInterpreter | private |
| setError(bool state) | ScriptInterpreter | virtual |
| setError(std::string errorMessage) | ScriptInterpreter | virtual |
| setLineReader(LineReader *reader) | ScriptInterpreter | virtual |
| setQuitCommandGiven() | SimulatorInterpreter | |
| setResult(DataObject *result) | ScriptInterpreter | virtual |
| setResult(const std::string &result) | ScriptInterpreter | virtual |
| setResult(int result) | ScriptInterpreter | virtual |
| setResult(double result) | ScriptInterpreter | virtual |
| setResultToInterpreter(const DataObject &value) | TclInterpreter | virtual |
| setVariable(const std::string &interpreterVariableName, const std::string &value) | ScriptInterpreter | virtual |
| setVariable(const std::string &interpreterVariableName, int value) | ScriptInterpreter | virtual |
| setVariableToInterpreter(const std::string &name, const DataObject &value) | TclInterpreter | virtual |
| SimulatorInterpreter(int argc, char *argv[], SimulatorInterpreterContext &context, LineReader &reader) | SimulatorInterpreter | |
| TclInterpreter() | TclInterpreter | |
| TclInterpreter(const TclInterpreter &) | TclInterpreter | private |
| tclObjToDataObject(Tcl_Obj *object) | TclInterpreter | static |
| ValType typedef | ScriptInterpreter | private |
| variable(const std::string &name) | TclInterpreter | virtual |
| variableIntegerValue(const std::string &interpreterVariableName) | ScriptInterpreter | virtual |
| variableStringValue(const std::string &interpreterVariableName) | ScriptInterpreter | virtual |
| ~ScriptInterpreter() | ScriptInterpreter | virtual |
| ~SimulatorInterpreter() | SimulatorInterpreter | virtual |
| ~TclInterpreter() | TclInterpreter | virtual |