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
22
namespace
pxr
{
23
30
ARCH_API
31
std::string
ArchGetPrettierFunctionName
(
const
std::string &function,
32
const
std::string &prettyFunction);
33
34
}
// namespace pxr
35
36
#endif
// PXR_ARCH_FUNCTION_H
functionLite.h
Define preprocessor function name macros.
pxr
pxr::ArchGetPrettierFunctionName
ARCH_API std::string ArchGetPrettierFunctionName(const std::string &function, const std::string &prettyFunction)
Return well formatted function name.
src
pxr
arch
function.h
Generated by
1.12.0