|
Util--
1.1
|
#include <string>#include <typeinfo>
Go to the source code of this file.
Namespaces | |
| utilmm | |
Functions | |
| std::string | utilmm::demangle (char const *name) |
| name demangling function More... | |
| std::string | utilmm::demangle (std::string const &name) |
| name demangling function More... | |
| std::string | utilmm::demangle (std::type_info const &type) |
| demangled name function More... | |
| template<typename Ty > | |
| std::string | utilmm::real_name_of () |
| demangled name function More... | |
1.8.6