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