Zen
A cross-platform functional programming language
|
Class for tracing enter and leave of functions. More...
#include <zrt.hpp>
Public Member Functions | |
Tracer (const z::string &fname) | |
Default constructor. | |
~Tracer () | |
Destructor. | |
Private Attributes | |
const z::string | _fname |
The function name. |
Class for tracing enter and leave of functions.