QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
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) |
|
inline |
Definition at line 309 of file qgsfeatureiterator.h.
|
inline |
Definition at line 304 of file qgsfeatureiterator.h.