16 #ifndef QGSHSTOREUTILS_H 
   17 #define QGSHSTOREUTILS_H 
   19 #include "qgis_core.h" 
   41   CORE_EXPORT QVariantMap 
parse( 
const QString &
string );
 
   48   CORE_EXPORT QString 
build( 
const QVariantMap &map );
 
The QgsHstoreUtils namespace provides functions to handle hstore-formatted strings.
CORE_EXPORT QString build(const QVariantMap &map)
Build a hstore-formatted string from a QVariantMap.
CORE_EXPORT QVariantMap parse(const QString &string)
Returns a QVariantMap object containing the key and values from a hstore-formatted string.