Autoware.Auto
|
|
#include <common/visibility_control.hpp>
#include <string>
#include <typeinfo>
Go to the source code of this file.
Namespaces | |
autoware | |
This file defines the lanelet2_map_provider_node class. | |
autoware::helper_functions | |
Functions | |
template<typename T > | |
COMMON_PUBLIC std::string | autoware::helper_functions::get_type_name () |
Get a demangled name of a type. More... | |
template<typename T > | |
COMMON_PUBLIC std::string | autoware::helper_functions::get_type_name (const T &) |
Get a demangled name of a type given its instance. More... | |