24 #include "RESTProcess_base.h" 32 void commandHook(
const std::string& command,
const RP& args) {
36 case RESTProcessType::array:
37 nargs=args.array().size();
39 case RESTProcessType::null:
void commandHook(const std::string &command, const RP &args)
CmdData getCommandData(const std::string &) const override
return meta information on a given command
bool commandHook(const std::string &command, unsigned nargs)
Executed after each interpreter command to maintain undo/redo stack, edited flag, autosaving etc...
void RESTProcess(RESTProcess_t &t, const string &d, minsky::VariableValues &a)
Creation and access to the minskyTCL_obj object, which has code to record whenever Minsky's state cha...