version 0.2
try, throw implemented help screen updates some code reorganisation readme and doc updates
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user