OSM::IOPluginInterface
OSM::IOPluginInterface Class Referenceabstract
#include <ioplugin.h>
Public Member Functions | |
virtual std::unique_ptr< AbstractReader > | createReader (OSM::DataSet *dataSet)=0 |
virtual std::unique_ptr< AbstractWriter > | createWriter ()=0 |
Detailed Description
Plugin interface for OSM file/data readers.
Definition at line 23 of file ioplugin.h.
Member Function Documentation
◆ createReader()
|
nodiscardpure virtual |
Create a new reader instance.
◆ createWriter()
|
nodiscardpure virtual |
Create a new writer instance.
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.