QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Classes | Functions
qgsfeatureiterator.h File Reference
#include "qgsfeaturerequest.h"
#include "qgslogger.h"
#include "qgsindexedfeature.h"
Include dependency graph for qgsfeatureiterator.h:
This graph shows which files directly or indirectly include this file:

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...
 
class  QgsInterruptionChecker
 Interface that can be optionaly attached to an iterator so its nextFeature() implementaton can check if it must stop as soon as possible. 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 309 of file qgsfeatureiterator.h.

◆ operator==()

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

Definition at line 304 of file qgsfeatureiterator.h.