#include <rvc/dbase.h>
Inheritance diagram for RVC::DBASE::TABLEITERATOR:

Public Member Functions | |
| const INT32 & | operator * () const |
| bool | operator!= (const TABLEITERATOR &obj) const |
| TABLEITERATOR & | operator++ () |
| const INT32 * | operator-> () const |
| bool | operator== (const TABLEITERATOR &rhs) const |
| TABLEITERATOR (const RVC::DBASE *dbase, INT32 TableNum) | |
| TABLEITERATOR (const RVC::DBASE *dbase) | |
| TABLEITERATOR (CONST_TABLEITERATOR &rhs) | |
| TABLEITERATOR () | |
This class is used to iterate through a parent rvc object's children. This construct replaces the MfGetList() routines. See methods ChildListBegin() and ChildListEnd() for obtaining an child iterator
Definition at line 355 of file dbase.h.
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Internal constructor used by TableBegin() methods.
|
|
||||||||||||
|
Internal constructor used by TableEnd() methods.
|
|
|
Dereference.
Reimplemented from RVC::DBASE::CONST_TABLEITERATOR. |
|
|
Comparison for inequality.
|
|
|
Pre-increment.
Reimplemented from RVC::DBASE::CONST_TABLEITERATOR. |
|
|
Dereference arrow.
Reimplemented from RVC::DBASE::CONST_TABLEITERATOR. |
|
|
Comparison for equality.
|
1.3.8-20040913