class csObjIterator An iterator for a node in a csObject tree
| | csObjIterator (const csObjIterator& iter) |
| | csObjIterator (csObjTree* node) |
| | IsNull () |
| | operator* () |
| | operator++ () |
| | ~csObjIterator () |
| | csObjItrNode
|
| | top |
| | NodeSeek () Seeks the first node in the tree that contains at least one csObject. |
An iterator for a node in a csObject tree. Used by the csObject::ObjGet() call. This object behaves similar to a pointer, and is used to traverse through several csObjects in the tree. Example usage: csObjIterator i; *i; (returns a csObject&) ++i; (moves to the next csObject) i.IsNull() (returns true if i has reached the end of the list)
void NodeSeek()
csObjIterator(csObjTree* node)
csObjIterator(const csObjIterator& iter)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de