Writer class for binary files (using boost serialization) More...
#include <BinHandler.h>

Public Member Functions | |
| void | write (const std::string &filename, const LaneletMap &laneletMap, ErrorMessages &, const io::Configuration &) const override |
Public Member Functions inherited from lanelet::io_handlers::Writer | |
| 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 () |
| returns the extension supported by this parser More... | |
| static constexpr const char * | name () |
| returns the name of this handler. Must not be empty for child classes More... | |
Additional Inherited Members | |
Public Types inherited from lanelet::io_handlers::Writer | |
| using | Ptr = std::shared_ptr< Writer > |
Public Types inherited from lanelet::io_handlers::IOHandler | |
| using | Ptr = std::shared_ptr< IOHandler > |
Protected Member Functions inherited from lanelet::io_handlers::IOHandler | |
| IOHandler ()=default | |
Writer class for binary files (using boost serialization)
Definition at line 10 of file BinHandler.h.
|
inlinestatic |
Definition at line 17 of file BinHandler.h.
|
inlinestatic |
Definition at line 19 of file BinHandler.h.
|
overridevirtual |
Implements lanelet::io_handlers::Writer.
Definition at line 21 of file BinHandler.cpp.