QGIS API Documentation
2.6.0-Brighton
|
Encapsulate iteration over table of nodes. More...
#include <qgsosmdatabase.h>
Public Member Functions | |
~QgsOSMNodeIterator () | |
QgsOSMNode | next () |
void | close () |
Protected Member Functions | |
QgsOSMNodeIterator (sqlite3 *handle) |
Protected Attributes | |
sqlite3_stmt * | mStmt |
Friends | |
class | QgsOSMDatabase |
Encapsulate iteration over table of nodes.
QgsOSMNodeIterator::~QgsOSMNodeIterator | ( | ) |
|
protected |
void QgsOSMNodeIterator::close | ( | ) |
QgsOSMNode QgsOSMNodeIterator::next | ( | ) |
|
friend |
|
protected |