Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
wire-cell-build
util
src
Type.cxx
Go to the documentation of this file.
1
#include "
WireCellUtil/Type.h
"
2
3
#include <boost/core/demangle.hpp>
4
5
6
std::string
WireCell::demangle
(
const
std::string
&
name
) {
7
8
std::string
ret =
boost::core::demangle
(name.c_str());
9
return
ret;
10
}
name
static QCString name
Definition:
declinfo.cpp:673
lar::debug::demangle
std::string demangle(T const *=nullptr)
Outputs a demangled name for type T.
Definition:
DebugUtils.h:348
Type.h
string
std::string string
Definition:
nybbler.cc:12
WireCell::demangle
std::string demangle(const std::string &name)
Definition:
Type.cxx:6
Generated by
1.8.11