Searched refs:m_script_interpreter_ap (Results 1 – 2 of 2) sorted by relevance
475 std::unique_ptr<ScriptInterpreter> m_script_interpreter_ap; variable
108 m_script_interpreter_ap (), in CommandInterpreter()2643 if (m_script_interpreter_ap.get() != NULL) in GetScriptInterpreter()2644 return m_script_interpreter_ap.get(); in GetScriptInterpreter()2668 m_script_interpreter_ap.reset (new ScriptInterpreterPython (*this)); in GetScriptInterpreter()2674 m_script_interpreter_ap.reset (new ScriptInterpreterNone (*this)); in GetScriptInterpreter()2678 return m_script_interpreter_ap.get(); in GetScriptInterpreter()