#include <iostream>#include <cstring>

Go to the source code of this file.
Namespaces | |
| quori_face | |
Macros | |
| #define | __COMPACT_PRETTY_FUNCTION__ quori_face::computeMethodName(__FUNCTION__, __PRETTY_FUNCTION__).c_str() |
| #define | __FILENAME__ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__) |
| #define | QUORI_FACE_TRACE(stmt) |
Functions | |
| std::string | quori_face::computeMethodName (const std::string &function, const std::string &prettyFunction) |
| #define __COMPACT_PRETTY_FUNCTION__ quori_face::computeMethodName(__FUNCTION__, __PRETTY_FUNCTION__).c_str() |
Definition at line 8 of file quori_face/trace.hpp.
| #define __FILENAME__ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__) |
Definition at line 7 of file quori_face/trace.hpp.
| #define QUORI_FACE_TRACE | ( | stmt | ) |
Definition at line 16 of file quori_face/trace.hpp.