QGIS API Documentation  3.0.2-Girona (307d082)
Classes | Functions
qgsfeatureiterator.h File Reference
#include "qgis_core.h"
#include "qgsfeaturerequest.h"
#include "qgsindexedfeature.h"
Include dependency graph for qgsfeatureiterator.h:

Go to the source code of this file.

Classes

class  QgsAbstractFeatureIterator
 Internal feature iterator to be implemented within data providers. More...
 
class  QgsAbstractFeatureIteratorFromSource< T >
 Helper template that cares of two things: 1. More...
 
class  QgsFeatureIterator
 Wrapper for iterator of features from vector data provider or vector layer. More...
 

Functions

bool operator!= (const QgsFeatureIterator &fi1, const QgsFeatureIterator &fi2)
 
bool operator== (const QgsFeatureIterator &fi1, const QgsFeatureIterator &fi2)
 

Function Documentation

◆ operator!=()

bool operator!= ( const QgsFeatureIterator fi1,
const QgsFeatureIterator fi2 
)
inline

Definition at line 388 of file qgsfeatureiterator.h.

◆ operator==()

bool operator== ( const QgsFeatureIterator fi1,
const QgsFeatureIterator fi2 
)
inline

Definition at line 383 of file qgsfeatureiterator.h.