Iterator API.
More...
#include <wxsqlite3.h>
◆ Iterator()
| wxSQLite3::ResultSet::Iterator::Iterator |
( |
ResultSet * | res, |
|
|
bool | end = false ) |
◆ operator!=()
| bool wxSQLite3::ResultSet::Iterator::operator!= |
( |
const Iterator & | other | ) |
const |
◆ operator*()
| ResultSet & wxSQLite3::ResultSet::Iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++()
| Iterator & wxSQLite3::ResultSet::Iterator::operator++ |
( |
| ) |
|
◆ operator->()
| ResultSet * wxSQLite3::ResultSet::Iterator::operator-> |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: