QGIS API Documentation
2.6.0-Brighton
|
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 |
Encapsulate iteration over table of ways.
QgsOSMWayIterator::~QgsOSMWayIterator | ( | ) |
|
protected |
void QgsOSMWayIterator::close | ( | ) |
QgsOSMWay QgsOSMWayIterator::next | ( | ) |
|
friend |
|
protected |