QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Namespaces | Functions
qgshstoreutils.h File Reference
#include "qgis_core.h"
#include "qgis.h"
Include dependency graph for qgshstoreutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QgsHstoreUtils
 The QgsHstoreUtils namespace provides functions to handle hstore-formatted strings.
 

Functions

CORE_EXPORT QString QgsHstoreUtils::build (const QVariantMap &map)
 Build a hstore-formatted string from a QVariantMap. More...
 
CORE_EXPORT QVariantMap QgsHstoreUtils::parse (const QString &string)
 Returns a QVariantMap object containing the key and values from a hstore-formatted string. More...