QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Classes | Functions
qgsunsetattributevalue.h File Reference
#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 92 of file qgsunsetattributevalue.h.

◆ operator!=() [2/2]

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

Definition at line 103 of file qgsunsetattributevalue.h.

◆ operator==() [1/2]

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

Definition at line 87 of file qgsunsetattributevalue.h.

◆ operator==() [2/2]

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

Definition at line 98 of file qgsunsetattributevalue.h.