Pixar Arch 0.25.8
Loading...
Searching...
No Matches
function.h
Go to the documentation of this file.
1// Copyright 2016 Pixar
2//
3// Licensed under the terms set forth in the LICENSE.txt file available at
4// https://openusd.org/license.
5//
6// Modified by Jeremy Retailleau.
7
8#ifndef PXR_ARCH_FUNCTION_H
9#define PXR_ARCH_FUNCTION_H
10
17
18#include "pxr/arch/pxr.h"
19#include "pxr/arch/api.h"
21#include <string>
22
23ARCH_NAMESPACE_OPEN_SCOPE
24
31ARCH_API
32std::string ArchGetPrettierFunctionName(const std::string &function,
33 const std::string &prettyFunction);
34
35ARCH_NAMESPACE_CLOSE_SCOPE
36
37#endif // PXR_ARCH_FUNCTION_H
Define preprocessor function name macros.
std::string ArchGetPrettierFunctionName(const std::string &function, const std::string &prettyFunction)
Return well formatted function name.