7#ifndef PXR_BASE_ARCH_DEMANGLE_H
8#define PXR_BASE_ARCH_DEMANGLE_H
10#if !defined(__cplusplus)
11#error This include file can only be included in C++ programs.
19#include "pxr/base/arch/api.h"
24PXR_NAMESPACE_OPEN_SCOPE
94void Arch_DemangleFunctionName(std::string* functionName);
96PXR_NAMESPACE_CLOSE_SCOPE
std::string ArchGetDemangled()
Return demangled RTTI generated-type name.
ARCH_API bool ArchDemangle(std::string *typeName)
Demangle RTTI-generated type name.