version 0.2

try, throw implemented
help screen updates
some code reorganisation
readme and doc updates
This commit is contained in:
2021-06-10 23:26:14 +02:00
parent b50e9ba128
commit f594437b61
7 changed files with 227 additions and 105 deletions

View File

@@ -32,8 +32,13 @@ public:
void add_method_call(const std::string &method);
void end_method_call();
std::string callstack() const;
size_t get_callstack_position();
void restore_callstack_position(size_t to_position);
void clear_callstack();
void print_results();
private: