#include <record.h>
Public Member Functions | |
RecordVarIterator (dba_record rec) | |
RecordVarIterator (dba_record rec, dba_record_cursor cur) | |
bool | operator== (const RecordVarIterator &rc) |
bool | operator!= (const RecordVarIterator &rc) |
RecordVarIterator & | operator++ () |
RecordVarIterator | operator++ (int) |
Var | operator* () const |
bool | valid () const |
bool | next () |
Var | var () const |