
Public Member Functions | |
| void | write (const std::string &, const lanelet::LaneletMap &, lanelet::ErrorMessages &, const lanelet::io::Configuration &) const override |
Public Member Functions inherited from lanelet::io_handlers::Writer | |
| IOHandler ()=default | |
| IOHandler (const Projector &projector, const io::Configuration &config=io::Configuration()) | |
| Writer ()=default | |
Public Member Functions inherited from lanelet::io_handlers::IOHandler | |
| io::Configuration | config () |
| IOHandler (const Projector &projector, const io::Configuration &config=io::Configuration()) | |
| const Projector & | projector () const |
| virtual | ~IOHandler ()=default |
Static Public Member Functions | |
| static constexpr const char * | extension () |
| static constexpr const char * | name () |
Static Public Member Functions inherited from lanelet::io_handlers::IOHandler | |
| static constexpr const char * | extension () |
| static constexpr const char * | name () |
Additional Inherited Members | |
Public Types inherited from lanelet::io_handlers::Writer | |
| typedef std::shared_ptr< Writer > | Ptr |
Public Types inherited from lanelet::io_handlers::IOHandler | |
| typedef std::shared_ptr< IOHandler > | Ptr |
Protected Member Functions inherited from lanelet::io_handlers::IOHandler | |
| IOHandler ()=default | |
Definition at line 79 of file 04_reading_and_writing/main.cpp.
|
inlinestaticconstexpr |
Definition at line 86 of file 04_reading_and_writing/main.cpp.
|
inlinestaticconstexpr |
Definition at line 90 of file 04_reading_and_writing/main.cpp.
|
inlineoverridevirtual |
Implements lanelet::io_handlers::Writer.
Definition at line 82 of file 04_reading_and_writing/main.cpp.