X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fbindings%2FInterpreter.hxx;fp=src%2Fbindings%2FInterpreter.hxx;h=a8d9ad90c9364a52fbacaedd7d99e74cd7da2eee;hp=0000000000000000000000000000000000000000;hb=7cc1f7b923b7859a7469e6a651d4a87bc48c4772;hpb=30bd2ac7409f9d7496708b77a404fd69be291387 diff --git a/src/bindings/Interpreter.hxx b/src/bindings/Interpreter.hxx new file mode 100644 index 0000000..a8d9ad9 --- /dev/null +++ b/src/bindings/Interpreter.hxx @@ -0,0 +1,16 @@ +#ifndef INCLUDE__Interpreter_hxx_ +#define INCLUDE__Interpreter_hxx_ + +#include +#include + +class Interpreter { +public: + virtual int evaluate(const std::string& command, + std::ostream& stdout, + std::ostream& stderr, + std::string& result) = 0; +private: +}; + +#endif /* INCLUDE__Interpreter_hxx_ */