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 |
Writer ()=default | |
![]() | |
IOHandler ()=default | |
IOHandler (const Projector &projector, const io::Configuration &config=io::Configuration()) | |
Writer ()=default | |
![]() | |
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 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 | |
![]() | |
using | Ptr = std::shared_ptr< Writer > |
![]() | |
using | Ptr = std::shared_ptr< IOHandler > |
![]() | |
IOHandler ()=default | |
Writer class for binary files (using boost serialization)
Definition at line 10 of file BinHandler.h.
|
inlinestaticconstexpr |
Definition at line 17 of file BinHandler.h.
|
inlinestaticconstexpr |
Definition at line 19 of file BinHandler.h.
|
overridevirtual |
Implements lanelet::io_handlers::Writer.
Definition at line 21 of file BinHandler.cpp.
|
default |