QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
QgsOSMWayIterator Class Reference

Encapsulate iteration over table of ways. More...

#include <qgsosmdatabase.h>

Public Member Functions

 ~QgsOSMWayIterator ()
 
void close ()
 
QgsOSMWay next ()
 

Protected Member Functions

 QgsOSMWayIterator (sqlite3 *handle)
 

Protected Attributes

sqlite3_stmt * mStmt
 

Friends

class QgsOSMDatabase
 

Detailed Description

Encapsulate iteration over table of ways.

Note
not available in Python bindings

Definition at line 156 of file qgsosmdatabase.h.

Constructor & Destructor Documentation

◆ ~QgsOSMWayIterator()

QgsOSMWayIterator::~QgsOSMWayIterator ( )

Definition at line 605 of file qgsosmdatabase.cpp.

◆ QgsOSMWayIterator()

QgsOSMWayIterator::QgsOSMWayIterator ( sqlite3 handle)
protected
Note
not available in Python bindings

Definition at line 595 of file qgsosmdatabase.cpp.

Member Function Documentation

◆ close()

void QgsOSMWayIterator::close ( )

Definition at line 627 of file qgsosmdatabase.cpp.

◆ next()

QgsOSMWay QgsOSMWayIterator::next ( )

Definition at line 611 of file qgsosmdatabase.cpp.

Friends And Related Function Documentation

◆ QgsOSMDatabase

friend class QgsOSMDatabase
friend

Definition at line 173 of file qgsosmdatabase.h.

Member Data Documentation

◆ mStmt

sqlite3_stmt* QgsOSMWayIterator::mStmt
protected

Definition at line 169 of file qgsosmdatabase.h.


The documentation for this class was generated from the following files: