| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
The QgsHstoreUtils namespace provides functions to handle hstore-formatted strings. More...
| Functions | |
| CORE_EXPORT QString | build (const QVariantMap &map) | 
| Build a hstore-formatted string from a QVariantMap.  More... | |
| CORE_EXPORT QVariantMap | parse (const QString &string) | 
| Returns a QVariantMap object containing the key and values from a hstore-formatted string.  More... | |
The QgsHstoreUtils namespace provides functions to handle hstore-formatted strings.
| QString QgsHstoreUtils::build | ( | const QVariantMap & | map | ) | 
Build a hstore-formatted string from a QVariantMap.
| map | The map to format as a string | 
Definition at line 88 of file qgshstoreutils.cpp.
| QVariantMap QgsHstoreUtils::parse | ( | const QString & | string | ) | 
Returns a QVariantMap object containing the key and values from a hstore-formatted string.
| string | The hstored-formatted string | 
Definition at line 20 of file qgshstoreutils.cpp.