|
| class | BinParser |
| |
| class | BinWriter |
| | Writer class for binary files (using boost serialization) More...
|
| |
| class | IOHandler |
| | Base class for all handlers (writers and parsers) More...
|
| |
| class | OsmParser |
| | Parser class for osm files. More...
|
| |
| class | OsmWriter |
| | Writer class for osm files. More...
|
| |
| class | Parser |
| | Base object for parsers. To create a new parser, you have to do the following steps: More...
|
| |
| class | ParserFactory |
| | Factory class for all suppored lanelet map parsers. More...
|
| |
| class | RegisterParser |
| | 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 | RegisterWriter |
| | 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 | Writer |
| | Base object for writers. To create a new writer, you have to do the following steps: More...
|
| |
| class | WriterFactory |
| | Factory class for all supported lanelet map writers. More...
|
| |