roar
Loading...
Searching...
No Matches
Namespaces | Functions
demangle.hpp File Reference
#include <boost/algorithm/string.hpp>
#include <cxxabi.h>
#include <string>
Include dependency graph for demangle.hpp:
This graph shows which files directly or indirectly include this file:

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.