#include <record.h>
Public Member Functions | |
RecordIterator (dba_record rec) | |
RecordIterator (dba_record rec, bool) | |
bool | operator== (const RecordIterator &rc) |
bool | operator!= (const RecordIterator &rc) |
RecordIterator & | operator++ () |
RecordIterator | operator++ (int) |
Var | operator* () const |
bool | isKeyword () const |
dba_keyword | keyword () const |
const char * | keywordName () const |
bool | valid () const |
bool | next () |
Var | var () const |