file
Macro.hppMacro definitions.
Contents
- Reference
Macro definitions for various utility functionality.
Namespaces
- namespace tk
- Toolkit declarations and definitions for general purpose utilities.
Defines
Define documentation
#define STARTTIME
Start-time macro for fine-grained profiling. Put this in the beginning of the section of code to be profiled.
#define ENDTIME
End-time macro for fine-grained profiling. Put this at the end of the section of code to be profiled.