#include
<kmap.h>
Definition at line 86 of file kmap.h.
| Public Member Functions | |
| RedBack_IteratorType () | |
| RedBack_IteratorType (RecordType *pRecord) | |
| RedBack_IteratorType (RedBack_IteratorType< RecordType > const &pV) | |
| RedBack_IteratorType const & | operator++ () | 
| RedBack_IteratorType | operator++ (int) | 
| RedBack_IteratorType const & | operator-- () | 
| RedBack_IteratorType | operator-- (int) | 
| RecordType const & | operator* () const | 
| RecordType & | operator* () | 
| RecordType const * | operator-> () const | 
| RecordType * | operator-> () | 
| bool | operator== (const RedBack_IteratorType &pOther) const | 
| bool | operator!= (const RedBack_IteratorType &pOther) const | 
| Protected Attributes | |
| RecordType * | mRecord | 
| Friends | |
| class | RedBack_ConstIteratorType< RecordType > | 
| RedBack_IteratorType | ( | ) | [inline] | 
| RedBack_IteratorType | ( | RecordType * | pRecord | ) | [inline] | 
| RedBack_IteratorType | ( | RedBack_IteratorType< RecordType > const & | pV | ) | [inline] | 
| RedBack_IteratorType const& operator++ | ( | ) | [inline] | 
| RedBack_IteratorType operator++ | ( | int | ) | [inline] | 
Definition at line 104 of file kmap.h.
References operator++().
| RedBack_IteratorType const& operator-- | ( | ) | [inline] | 
Definition at line 112 of file kmap.h.
References K_ASSERT, and mRecord.
Referenced by operator--().
| RedBack_IteratorType operator-- | ( | int | ) | [inline] | 
Definition at line 122 of file kmap.h.
References operator--().
| RecordType const& operator* | ( | ) | const [inline] | 
| RecordType& operator* | ( | ) | [inline] | 
| RecordType const* operator-> | ( | ) | const [inline] | 
| RecordType* operator-> | ( | ) | [inline] | 
| bool operator== | ( | const RedBack_IteratorType< RecordType > & | pOther | ) | const [inline] | 
| bool operator!= | ( | const RedBack_IteratorType< RecordType > & | pOther | ) | const [inline] | 
| friend class RedBack_ConstIteratorType< RecordType > [friend] | 
| RecordType* mRecord [protected] | 
Definition at line 170 of file kmap.h.
Referenced by operator!=(), operator*(), operator++(), operator--(), operator->(), and operator==().