Record iterator class. More...
#include <rvc/dbtable.h>

Public Member Functions | |
| RECORDITERATOR () | |
| RECORD & | operator* () |
| RECORDITERATOR & | operator++ () |
| RECORD * | operator-> () |
Record iterator class.
This class is used to iterate through a table's records. This construct replaces the GetNumRecords() and cursor routines. See methods RecordBegin() and RecordEnd() for obtaining a record iterator
| RVC::DBTABLE::RECORDITERATOR::RECORDITERATOR | ( | ) | [inline] |
Default constructor.
| RECORD& RVC::DBTABLE::RECORDITERATOR::operator* | ( | ) | [inline] |
Dereference.
| RECORDITERATOR& RVC::DBTABLE::RECORDITERATOR::operator++ | ( | ) | [inline] |
Pre-increment.
Reimplemented from RVC::DBTABLE::CONST_RECORDITERATOR.
| RECORD* RVC::DBTABLE::RECORDITERATOR::operator-> | ( | ) | [inline] |
Dereference arrow.
1.6.1