Pixar Arch
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 "./api.h"
19#include "./functionLite.h"
20#include <string>
21
22namespace pxr {
23
30ARCH_API
31std::string ArchGetPrettierFunctionName(const std::string &function,
32 const std::string &prettyFunction);
33
34} // namespace pxr
35
36#endif // PXR_ARCH_FUNCTION_H
Define preprocessor function name macros.
ARCH_API std::string ArchGetPrettierFunctionName(const std::string &function, const std::string &prettyFunction)
Return well formatted function name.