#include "rutz/demangle.h"#include "rutz/demangle_gcc_v3.h"#include "rutz/mutex.h"#include "rutz/trace.h"#include <map>#include <pthread.h>#include <string>

Go to the source code of this file.
Defines | |
| #define | DEMANGLE_IMPL demangle_gcc_v3 |
Functions | |
| const char * | rutz::demangled_name (const std::type_info &info) |
| Returns a demangled typename for the given type. | |
Definition in file demangle.cc.