#include <lanelet2_core/utility/Utilities.h>#include <cstring>#include <functional>#include <map>#include <string>#include "lanelet2_io/Configuration.h"#include "lanelet2_io/Projection.h"#include "lanelet2_io/io_handlers/Parser.h"#include "lanelet2_io/io_handlers/Writer.h"

Go to the source code of this file.
Classes | |
| class | lanelet::io_handlers::ParserFactory |
| Factory class for all suppored lanelet map parsers. More... | |
| class | lanelet::io_handlers::RegisterParser< T > |
| Registration object for a parser. Needs to be instanciated as static object once to register a parser. Registration might look like this: static RegisterParser<Myparser> register;. More... | |
| class | lanelet::io_handlers::RegisterWriter< T > |
| Registration object for a writer. Needs to be instanciated as static object once to register a writer. Registration might look like this: static RegisterWriter<Mywriter> register;. More... | |
| class | lanelet::io_handlers::WriterFactory |
| Factory class for all supported lanelet map writers. More... | |
Namespaces | |
| lanelet | |
| lanelet::io_handlers | |