#include <iostream>


構成 | |
| class | Tracer |
| Scoped tracer for observing an entry to/exit from a function. [詳細] | |
マクロ定義 | |
| #define | DEBUG_UTILS_HEADER_ |
| #define | FUNC_TRACE Tracer __t(__PRETTY_FUNCTION__, std::cout) |
| macro for tracing function entry/exit using GCC's extention to show the function name if available. | |
| #define DEBUG_UTILS_HEADER_ |
| #define FUNC_TRACE Tracer __t(__PRETTY_FUNCTION__, std::cout) |
macro for tracing function entry/exit using GCC's extention to show the function name if available.
1.5.5