Intermediate representation of an osm file. More...
#include <OsmFile.h>
Public Member Functions | |
| File () noexcept=default | |
| File (File &&rhs) noexcept=default | |
| File (const File &rhs)=delete | |
| File & | operator= (File &&rhs) noexcept=default |
| File & | operator= (const File &rhs)=delete |
| ~File () noexcept=default | |
Public Attributes | |
| Nodes | nodes |
| Relations | relations |
| Ways | ways |
Intermediate representation of an osm file.
Tries its best to cover the osm file specification.
|
defaultnoexcept |
|
defaultnoexcept |
|
delete |
|
defaultnoexcept |