#include <iostream>#include <cstring>

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