OSM::O5mParser
OSM::O5mParser Class Reference
#include <o5mparser.h>
Inheritance diagram for OSM::O5mParser:
Public Member Functions | |
O5mParser (DataSet *dataSet) | |
Public Member Functions inherited from OSM::AbstractReader | |
QString | errorString () const |
bool | hasError () const |
void | read (const uint8_t *data, std::size_t len) |
void | read (QIODevice *io) |
void | setMergeBuffer (OSM::DataSetMergeBuffer *buffer) |
Additional Inherited Members | |
Protected Member Functions inherited from OSM::AbstractReader | |
AbstractReader (DataSet *dataSet) | |
void | addNode (OSM::Node &&node) |
void | addRelation (OSM::Relation &&relation) |
void | addWay (OSM::Way &&way) |
virtual void | readFromIODevice (QIODevice *io) |
Protected Attributes inherited from OSM::AbstractReader | |
DataSet * | m_dataSet = nullptr |
QString | m_error |
Detailed Description
Zero-copy parser of O5M binary files.
Definition at line 27 of file o5mparser.h.
Constructor & Destructor Documentation
◆ O5mParser()
|
explicit |
Definition at line 19 of file o5mparser.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:55 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:55 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.