| QGIS API Documentation
    3.16.0-Hannover (43b64b13f3)
    | 
Native module (location, the module itself and the unload function). More...
| Public Member Functions | |
| QgsServiceNativeModuleEntry (const QString &location) | |
| Constructor for QgsServiceNativeModuleEntry.  More... | |
| Public Attributes | |
| QString | mLocation | 
| QgsServiceModule * | mModule = nullptr | 
| unloadHook_t * | mUnloadHook = nullptr | 
Native module (location, the module itself and the unload function).
Definition at line 38 of file qgsservicenativeloader.cpp.
| 
 | inline | 
Constructor for QgsServiceNativeModuleEntry.
| location | Relative path of the module | 
Definition at line 46 of file qgsservicenativeloader.cpp.
| QString QgsServiceNativeModuleEntry::mLocation | 
Definition at line 50 of file qgsservicenativeloader.cpp.
| QgsServiceModule* QgsServiceNativeModuleEntry::mModule = nullptr | 
Definition at line 51 of file qgsservicenativeloader.cpp.
| unloadHook_t* QgsServiceNativeModuleEntry::mUnloadHook = nullptr | 
Definition at line 52 of file qgsservicenativeloader.cpp.