|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/routing/RouteDescription.h>


Public Member Functions | |
| LaneDescription (bool oneway, uint8_t laneCount, const std::vector< LaneTurn > &laneTurns) | |
| std::string | GetDebugString () const override |
| bool | IsOneway () const |
| uint8_t | GetLaneCount () const |
| const std::vector< LaneTurn > & | GetLaneTurns () const |
| bool | operator== (const LaneDescription &o) const |
| bool | operator!= (const LaneDescription &o) const |
| Public Member Functions inherited from osmscout::RouteDescription::Description | |
| virtual | ~Description ()=default |
A route lane
| osmscout::RouteDescription::LaneDescription::LaneDescription | ( | bool | oneway, |
| uint8_t | laneCount, | ||
| const std::vector< LaneTurn > & | laneTurns ) |
|
overridevirtual |
Implements osmscout::RouteDescription::Description.
|
inline |
|
inline |
|
inline |
| bool osmscout::RouteDescription::LaneDescription::operator!= | ( | const LaneDescription & | o | ) | const |
| bool osmscout::RouteDescription::LaneDescription::operator== | ( | const LaneDescription & | o | ) | const |