1 #ifndef INCLUDE__Interpreter_hxx_
2 #define INCLUDE__Interpreter_hxx_
10 virtual int evaluate(const std::string& command,
13 std::string& result) = 0;
15 virtual int loadFile(const std::string& filename,
18 std::string& result) = 0;
20 virtual std::string fileExtension() const = 0;
24 Q_DECLARE_INTERFACE(Interpreter, "xyz.frida.Interpreter")
26 #endif /* INCLUDE__Interpreter_hxx_ */