defmacro added, doc improvements

This commit is contained in:
vaclavt
2022-01-29 15:35:42 +01:00
parent 249af03f60
commit f1d102130f
9 changed files with 155 additions and 97 deletions

View File

@@ -31,6 +31,7 @@ public:
void turnOn();
void debugOn();
bool isDebugOn() { return debugStacktraceOn; }
void add_method_call(const MlValue &function, const std::vector<MlValue> &args);
void end_method_call();