dballe::RecordIterator Class Reference
#include <record.h>
Detailed Description
Iterate the variables inside a record.
|
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 |
The documentation for this class was generated from the following file: