|
maliput
|
#include <memory>#include <optional>#include <string>#include "maliput/api/lane_data.h"#include "maliput/api/type_specific_identifier.h"#include "maliput/common/maliput_copyable.h"#include "maliput/common/maliput_throw.h"Classes | |
| class | Lane |
| A Lane represents a lane of travel in a road network. More... | |
Namespaces | |
| maliput | |
| Code in this file is inspired by: https://github.com/RobotLocomotion/drake/blob/master/common/text_logging.h. | |
| maliput::api | |
Typedefs | |
| using | LaneId = TypeSpecificIdentifier< class Lane > |
| Persistent identifier for a Lane element. More... | |