#include <dbcfile.h>
Iterator that iterates over records
Definition at line 89 of file dbcfile.h.
◆ Iterator() [1/2]
| DBCFile::Iterator::Iterator |
( |
DBCFile & |
file, |
|
|
unsigned char * |
offset |
|
) |
| |
|
inline |
◆ Iterator() [2/2]
| DBCFile::Iterator::Iterator |
( |
DBCFile & |
file, |
|
|
unsigned char * |
offset |
|
) |
| |
|
inline |
◆ operator*() [1/2]
| Record const & DBCFile::Iterator::operator* |
( |
| ) |
const |
|
inline |
Return address of current instance.
Definition at line 100 of file dbcfile.h.
◆ operator*() [2/2]
| Record const & DBCFile::Iterator::operator* |
( |
| ) |
const |
|
inline |
Return address of current instance.
Definition at line 117 of file dbcfile.h.
◆ operator++() [1/2]
| Iterator & DBCFile::Iterator::operator++ |
( |
| ) |
|
|
inline |
Advance (prefix only)
Definition at line 95 of file dbcfile.h.
◆ operator++() [2/2]
| Iterator & DBCFile::Iterator::operator++ |
( |
| ) |
|
|
inline |
Advance (prefix only)
Definition at line 112 of file dbcfile.h.
◆ operator->() [1/2]
| Record const * DBCFile::Iterator::operator-> |
( |
| ) |
const |
|
inline |
◆ operator->() [2/2]
| Record const * DBCFile::Iterator::operator-> |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ operator==() [1/2]
| bool DBCFile::Iterator::operator== |
( |
Iterator const & |
b | ) |
const |
|
inline |
◆ operator==() [2/2]
| bool DBCFile::Iterator::operator== |
( |
Iterator const & |
b | ) |
const |
|
inline |
◆ record
| Record DBCFile::Iterator::record |
|
private |
The documentation for this class was generated from the following files: