defmacro added, doc improvements
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user