RVC::OBJECT::ITERATOR Class Reference

Iterator class. More...

#include <rvc/object.h>

Inheritance diagram for RVC::OBJECT::ITERATOR:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ITERATOR (const RVC::OBJECT *parent, RVC::OBJTYPE ObjType)
 ITERATOR (CONST_ITERATOR &rhs)
 ITERATOR (int)
 ITERATOR ()
bool operator!= (const ITERATOR &obj) const
RVC::OBJECToperator* () const
ITERATORoperator++ ()
RVC::OBJECToperator-> () const
bool operator== (const ITERATOR &rhs) const

Detailed Description

Iterator class.

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


Constructor & Destructor Documentation

RVC::OBJECT::ITERATOR::ITERATOR (  )  [inline]

Default constructor.

RVC::OBJECT::ITERATOR::ITERATOR ( int   )  [inline, explicit]

Idiot constructor for G++.

RVC::OBJECT::ITERATOR::ITERATOR ( CONST_ITERATOR rhs  )  [inline]

Copy constructor.

RVC::OBJECT::ITERATOR::ITERATOR ( const RVC::OBJECT parent,
RVC::OBJTYPE  ObjType 
) [inline]

Interanl constructor used by ChildListBegin() methods.


Member Function Documentation

bool RVC::OBJECT::ITERATOR::operator!= ( const ITERATOR obj  )  const [inline]

Comparison for inequality.

Reimplemented from RVC::OBJECT::CONST_ITERATOR.

RVC::OBJECT& RVC::OBJECT::ITERATOR::operator* (  )  const [inline]

Dereference.

Reimplemented from RVC::OBJECT::CONST_ITERATOR.

ITERATOR& RVC::OBJECT::ITERATOR::operator++ (  )  [inline]

Pre-increment.

Reimplemented from RVC::OBJECT::CONST_ITERATOR.

RVC::OBJECT* RVC::OBJECT::ITERATOR::operator-> (  )  const [inline]

Dereference arrow.

Reimplemented from RVC::OBJECT::CONST_ITERATOR.

bool RVC::OBJECT::ITERATOR::operator== ( const ITERATOR rhs  )  const [inline]

Comparison for equality.

Reimplemented from RVC::OBJECT::CONST_ITERATOR.


The documentation for this class was generated from the following file:

Generated on Sun Oct 7 21:37:44 2012 for TNTsdk 2012 by  doxygen 1.6.1