20#ifndef OPM_DEMANGLEDTYPE_HPP
21#define OPM_DEMANGLEDTYPE_HPP
30std::string
demangle(
const char* mangled_symbol);
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30
std::string getDemangledType()
Returns demangled information of a type.
Definition DemangledType.hpp:35
std::string demangle(const char *mangled_symbol)
Returns demangled name of symbol.
Definition DemangledType.cpp:31