QgsGeometryCheckerUtils::LayerFeatures::iterator class

An iterator over all features in a QgsGeometryCheckerUtils::LayerFeatures.

Constructors, destructors, conversion operators

iterator(const QStringList::const_iterator& layerIt, const LayerFeatures* parent)
Creates a new iterator.
iterator(const iterator& rh)
Copies the iterator rh.

Public functions

auto operator*() const -> const QgsGeometryCheckerUtils::LayerFeature&
Dereferences the item at the current iterator location.
auto operator++() -> const iterator&
Increments the item the iterator currently points to by one and returns the new iterator.
auto operator++(int n) -> iterator
Increments the item the iterator currently points to by n and returns the new iterator.