roar
|
#include <boost/algorithm/string.hpp>
#include <cxxabi.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | Roar |
Functions | |
std::string | Roar::demangleCppSymbol (std::string const &name, std::vector< std::pair< std::string, std::string > > const &replacers={}, bool format=false) |
Demangles a C++ symbol. Useful for tests or debugging purposes. | |