LeechCraft 0.6.70-18808-g3467692359
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
demangle.cpp File Reference
#include "demangle.h"
#include <QString>
Include dependency graph for demangle.cpp:

Go to the source code of this file.

Namespaces

namespace  LC
namespace  LC::Util

Functions

QString LC::Util::Demangle (const char *name)
 Returns a human-readable form of a mangled symbol name.
QString LC::Util::Demangle (const std::type_info &info)
 Convenience overload demangling a type_info's name.