|
Define preprocessor function name macros. More...
Go to the source code of this file.
Macros | |
#define | __ARCH_FUNCTION__ __func__ |
#define | __ARCH_PRETTY_FUNCTION__ __ARCH_FUNCTION__ |
#define | __ARCH_FILE__ __FILE__ |
Define preprocessor function name macros.
This file defines preprocessor macros for getting the current function name and related information so they can be used in a architecture independent manner. This file needs to be public but shouldn't be included directly by anything outside of pxr/base/tf
.
Definition in file functionLite.h.
#define __ARCH_FILE__ __FILE__ |
Definition at line 36 of file functionLite.h.
#define __ARCH_FUNCTION__ __func__ |
Definition at line 21 of file functionLite.h.
#define __ARCH_PRETTY_FUNCTION__ __ARCH_FUNCTION__ |
Definition at line 29 of file functionLite.h.