QGIS API Documentation  2.6.0-Brighton
 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 ()
QgsOSMWay next ()
void close ()

Protected Member Functions

 QgsOSMWayIterator (sqlite3 *handle)

Protected Attributes

sqlite3_stmt * mStmt

Friends

class QgsOSMDatabase

Detailed Description

Encapsulate iteration over table of ways.

Constructor & Destructor Documentation

QgsOSMWayIterator::~QgsOSMWayIterator ( )
QgsOSMWayIterator::QgsOSMWayIterator ( sqlite3 handle)
protected

Member Function Documentation

void QgsOSMWayIterator::close ( )
QgsOSMWay QgsOSMWayIterator::next ( )

Friends And Related Function Documentation

friend class QgsOSMDatabase
friend

Member Data Documentation

sqlite3_stmt* QgsOSMWayIterator::mStmt
protected

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