8#ifndef PXR_ARCH_DEMANGLE_H
9#define PXR_ARCH_DEMANGLE_H
11#if !defined(__cplusplus)
12#error This include file can only be included in C++ programs.
18#include "pxr/arch/pxr.h"
19#include "pxr/arch/api.h"
24ARCH_NAMESPACE_OPEN_SCOPE
89void Arch_DemangleFunctionName(std::string* functionName);
91ARCH_NAMESPACE_CLOSE_SCOPE
bool ArchDemangle(std::string *typeName)
Demangle RTTI-generated type name.
std::string ArchGetDemangled(const std::string &typeName)
Return demangled RTTI-generated type name.