Autoware.Auto
type_name.hpp File Reference
#include <common/visibility_control.hpp>
#include <string>
#include <typeinfo>
Include dependency graph for type_name.hpp:
This graph shows which files directly or indirectly include this file:

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...