|
Define preprocessor function name macros. More...
Go to the source code of this file.
Functions | |
ARCH_API std::string | ArchGetPrettierFunctionName (const std::string &function, const std::string &prettyFunction) |
Return well formatted function name. | |
Define preprocessor function name macros.
This file extents the functionality of pxr/base/arch/functionLite.h. This file needs to be public but shouldn't be included directly by anything outside of lib/tf
.
Definition in file function.h.
ARCH_API std::string ArchGetPrettierFunctionName | ( | const std::string & | function, |
const std::string & | prettyFunction | ||
) |
Return well formatted function name.
This function assumes function
is ARCH_FUNCTION and prettyFunction
is ARCH_PRETTY_FUNCTION, and attempts to reconstruct a well formatted function name.