|
HDK
|
#include "pxr/pxr.h"#include "pxr/base/arch/api.h"#include <string>#include <typeinfo>#include <typeindex>
Include dependency graph for demangle.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| ARCH_API bool | ArchDemangle (std::string *typeName) |
| ARCH_API std::string | ArchGetDemangled (const std::string &typeName) |
| ARCH_API std::string | ArchGetDemangled (const char *typeName) |
| std::string | ArchGetDemangled (const std::type_info &typeInfo) |
| std::string | ArchGetDemangled (const std::type_index &typeIndex) |
| template<typename T > | |
| std::string | ArchGetDemangled () |
Demangle C++ typenames generated by the typeid() facility.
Definition in file demangle.h.