|
libosmscout 0.1
|
Something has a type name. More...
#include <RouteDescription.h>
Inheritance diagram for osmscout::RouteDescription::TypeNameDescription:Public Member Functions | |
| std::string | GetDebugString () const override |
| std::string | GetDescription () const |
| std::string | GetName () const |
| bool | HasName () const |
| TypeNameDescription (const std::string &name) | |
Public Member Functions inherited from osmscout::RouteDescription::Description | |
| virtual | ~Description ()=default |
Static Public Attributes | |
| static constexpr std::string_view | Key = "TypeName" |
Something has a type name.
This is the name of the type of the way used.
|
explicit |
|
overridevirtual |
Implements osmscout::RouteDescription::Description.
| std::string osmscout::RouteDescription::TypeNameDescription::GetDescription | ( | ) | const |
| std::string osmscout::RouteDescription::TypeNameDescription::GetName | ( | ) | const |
| bool osmscout::RouteDescription::TypeNameDescription::HasName | ( | ) | const |
|
staticconstexpr |