| QGIS API Documentation
    3.22.4-Białowieża (ce8e65e95e)
    | 
#include <QLibrary>#include <QDir>#include <QDebug>#include "qgsservicenativeloader.h"#include "qgsservicemodule.h"#include "qgsmessagelog.h"#include "qgis.h"
Go to the source code of this file.
| Classes | |
| class | QgsServiceNativeModuleEntry | 
| Native module (location, the module itself and the unload function).  More... | |
| Typedefs | |
| typedef QgsServiceModule * | serviceEntryPoint_t() | 
| typedef void | unloadHook_t(QgsServiceModule *) | 
| typedef QgsServiceModule* serviceEntryPoint_t() | 
Definition at line 83 of file qgsservicenativeloader.cpp.
| typedef void unloadHook_t(QgsServiceModule *) | 
Definition at line 30 of file qgsservicenativeloader.cpp.