LeechCraft 0.6.70-18808-g3467692359
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
demangle.h File Reference
#include <typeinfo>
#include "sllconfig.h"
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.

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.