#include <RmArray.h>
Inheritance diagram for RmArray< Type >::iterator:

Public Member Functions | |
| iterator () | |
| Constructor. | |
| iterator (RmArray *pArray, int nIndex) | |
| Constructor. | |
| ~iterator () | |
| Destructor. | |
| iterator & | operator++ () |
| Prefix++. | |
| iterator | operator++ (int) |
| Postfix++. | |
| iterator & | operator-- () |
| Prefix--. | |
| iterator | operator-- (int) |
| Postfix--. | |
| Type & | operator * () |
| Accessing actual item. | |
| bool | operator== (const iterator &src) |
| opreator == | |
| bool | operator!= (const iterator &src) |
| opreator != | |
| bool | operator> (const iterator &src) |
| opreator > | |
| bool | operator< (const iterator &src) |
| opreator < | |
| bool | operator>= (const iterator &src) |
| opreator >= | |
| bool | operator<= (const iterator &src) |
| opreator <= | |
Iterator Class ( non - const )
|
|||||||||
|
Constructor. Constructor |
|
||||||||||||||||
|
Constructor. Constructor |
|
|||||||||
|
Destructor. Destructor |
|
|||||||||
|
Accessing actual item. Access item by dereferencing iterator
|
|
||||||||||
|
opreator != Equality operator
|
|
||||||||||
|
Postfix++. Increment operator to advance iterator
Reimplemented from RmArray< Type >::const_iterator. |
|
|||||||||
|
Prefix++. Increment operator to advance iterator
Reimplemented from RmArray< Type >::const_iterator. |
|
||||||||||
|
Postfix--. Decrement operator to move iterator backward
Reimplemented from RmArray< Type >::const_iterator. |
|
|||||||||
|
Prefix--. Decrement operator to move iterator backward
Reimplemented from RmArray< Type >::const_iterator. |
|
||||||||||
|
opreator < Less operator
|
|
||||||||||
|
opreator <= Less equal operator
|
|
||||||||||
|
opreator == Equality operator
|
|
||||||||||
|
opreator > Greater equal operator
|
|
||||||||||
|
opreator >= Greater equal operator
|
1.3.6