HDK
|
#include "pxr/pxr.h"
#include "pxr/base/arch/api.h"
#include "pxr/base/arch/functionLite.h"
#include <string>
Go to the source code of this file.
Functions | |
PXR_NAMESPACE_OPEN_SCOPE ARCH_API std::string | ArchGetPrettierFunctionName (const std::string &function, const std::string &prettyFunction) |
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.
PXR_NAMESPACE_OPEN_SCOPE 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.