#include <DB2Table.h>
Definition at line 66 of file DB2Table.h.
◆ Iterator()
| DB2Table::Iterator::Iterator |
( |
const DB2Table * |
table, |
|
|
size_t |
index |
|
) |
| |
|
inline |
◆ operator!=()
| bool DB2Table::Iterator::operator!= |
( |
const Iterator & |
other | ) |
const |
|
inline |
◆ operator*()
| DB2Row DB2Table::Iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++()
| Iterator & DB2Table::Iterator::operator++ |
( |
| ) |
|
|
inline |
◆ m_index
| size_t DB2Table::Iterator::m_index |
|
private |
◆ m_table
| const DB2Table* DB2Table::Iterator::m_table |
|
private |
The documentation for this class was generated from the following file: