#include <object.h>
Inheritance diagram for RVC::OBJECT::ITERATOR:

Public Member Functions | |
| ITERATOR () | |
| ITERATOR (int WorthlessValue) | |
| ITERATOR (CONST_ITERATOR &rhs) | |
| ITERATOR (const RVC::OBJECT *parent, RVC::OBJTYPE ObjType) | |
| RVC::OBJECT & | operator * () const |
| RVC::OBJECT * | operator-> () const |
| ITERATOR & | operator++ () |
| bool | operator== (const ITERATOR &rhs) const |
| bool | operator!= (const ITERATOR &obj) const |
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 1451 of file object.h.
|
|
Default constructor.
|
|
|
Idiot constructor for G++.
|
|
|
Copy constructor.
|
|
||||||||||||
|
Interanl constructor used by ChildListBegin() methods.
|
|
|
Dereference.
Reimplemented from RVC::OBJECT::CONST_ITERATOR. |
|
|
Comparison for inequality.
|
|
|
Pre-increment.
Reimplemented from RVC::OBJECT::CONST_ITERATOR. |
|
|
Dereference arrow.
Reimplemented from RVC::OBJECT::CONST_ITERATOR. |
|
|
Comparison for equality.
|
1.3.4-20031026