QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
qgsunsetattributevalue.h File Reference
#include "qgis.h"
#include "qgis_core.h"
#include <QString>
#include <QVariant>
Include dependency graph for qgsunsetattributevalue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsUnsetAttributeValue
 Represents a default, "not-specified" value for a feature attribute. More...

Functions

bool operator!= (const QgsUnsetAttributeValue &value, const QString &other)
bool operator!= (const QString &other, const QgsUnsetAttributeValue &value)
bool CORE_EXPORT operator== (const QgsUnsetAttributeValue &value, const QString &other)
bool operator== (const QString &other, const QgsUnsetAttributeValue &value)

Function Documentation

◆ operator!=() [1/2]

bool operator!= ( const QgsUnsetAttributeValue & value,
const QString & other )
inline

Definition at line 108 of file qgsunsetattributevalue.h.

◆ operator!=() [2/2]

bool operator!= ( const QString & other,
const QgsUnsetAttributeValue & value )
inline

Definition at line 119 of file qgsunsetattributevalue.h.

◆ operator==() [1/2]

bool CORE_EXPORT operator== ( const QgsUnsetAttributeValue & value,
const QString & other )
inline

Definition at line 95 of file qgsunsetattributevalue.h.

◆ operator==() [2/2]

bool operator== ( const QString & other,
const QgsUnsetAttributeValue & value )
inline

Definition at line 114 of file qgsunsetattributevalue.h.