|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
RAII helper for function entry/exit tracing. More...
#include <trace.H>
Public Member Functions | |
| Trace (char *_file, int _line, char *_name) | |
| ~Trace () | |
| Destructor - prints LEAVE message. | |
Private Attributes | |
| char * | file |
| int | line |
| char * | name |
RAII helper for function entry/exit tracing.
Prints an "ENTER" message on construction and "LEAVE" on destruction, providing automatic function tracing without explicit logging calls. *
|
inline |
|
inline |
|
private |