Ardour  9.0-pre0-350-gf17a656217
demangle.h File Reference
#include <string>
#include <cstdlib>
#include <typeinfo>
#include "pbd/libpbd_visibility.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

 PBD
 

Functions

std::string PBD::demangle_symbol (const std::string &symbol)
 
std::string PBD::demangle (const std::string &str)
 
template<typename T >
std::string PBD::demangled_name (T const &obj)