#include <cstdlib>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | hardware_interface |
namespace | hardware_interface::internal |
Functions | |
template<class T > | |
std::string | hardware_interface::internal::demangledTypeName () |
Convenience method for demangling type names. | |
template<class T > | |
std::string | hardware_interface::internal::demangledTypeName (const T &val) |
Convenience method for demangling type names. | |
std::string | hardware_interface::internal::demangleSymbol (const char *name) |
Demangle symbol, if symbol demangling is available. |