Loading...
Searching...
No Matches
function.h File Reference

Define preprocessor function name macros. More...

+ Include dependency graph for function.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.

Function Documentation

◆ ArchGetPrettierFunctionName()

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.