QGIS API Documentation  2.10.1-Pisa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.

Definition at line 137 of file qgsosmdatabase.h.

Constructor & Destructor Documentation

QgsOSMWayIterator::~QgsOSMWayIterator ( )

Definition at line 605 of file qgsosmdatabase.cpp.

QgsOSMWayIterator::QgsOSMWayIterator ( sqlite3 handle)
protected

Definition at line 595 of file qgsosmdatabase.cpp.

Member Function Documentation

void QgsOSMWayIterator::close ( )

Definition at line 627 of file qgsosmdatabase.cpp.

QgsOSMWay QgsOSMWayIterator::next ( )

Definition at line 611 of file qgsosmdatabase.cpp.

Friends And Related Function Documentation

friend class QgsOSMDatabase
friend

Definition at line 150 of file qgsosmdatabase.h.

Member Data Documentation

sqlite3_stmt* QgsOSMWayIterator::mStmt
protected

Definition at line 148 of file qgsosmdatabase.h.


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