Functions | |
string | Demangle (const string &mangledName) |
std::string | Demangle (const std::string &mangledName) |
template<typename T > | |
std::string | MangledName () |
template<typename T > | |
std::string | Name () |
Helper for c++ typeid info
Tries to return demangled type names on platforms and compilers that support demangling.
string utl::TypeId::Demangle | ( | const string & | mangledName | ) |
Definition at line 16 of file TypeId.cc.
References WARNING.
Referenced by det::VManager::Handle::GetTypeIdName(), and Name().
std::string utl::TypeId::Demangle | ( | const std::string & | mangledName | ) |
Definition at line 16 of file TypeId.cc.
References WARNING.
Referenced by det::VManager::Handle::GetTypeIdName(), and Name().
|
inline |
|
inline |
Definition at line 35 of file TypeId.h.
References Demangle().
Referenced by G4TankSimulatorASCII::G4TankConstruction::AssembleTank().