|
typedef it_base< T, T, const T >::RecipientBase_t | RecipientBase_t |
|
typedef cont_with_positioner< T > | RecipientBase_t |
|
typedef T | Ref_t |
|
typedef const T | RefConst_t |
|
|
| it (RecipientBase_t &aRecipient, IterFrom_t aIterDir=head) |
|
| it (const it &other) |
|
it & | operator= (const it &aOther) |
|
it | operator+ (int inc) |
|
it | operator- (int dec) |
|
it & | operator++ (int) |
|
it & | operator-- (int) |
|
it & | operator++ () |
|
it & | operator-- () |
|
it & | operator+= (int inc) |
|
it & | operator-= (int dec) |
|
T & | underlying () |
|
const T & | underlying () const |
|
const T * | operator-> () const |
|
const T & | operator* () const |
|
T * | operator-> () |
|
T & | operator* () |
|
virtual bool | isIn () const |
|
virtual bool | isMine (const RecipientBase_t &aRecipient) const |
|
virtual void | toBegin () |
|
virtual void | toEnd () |
|
virtual void | forward (GUint32_t inc=1) |
|
virtual void | backward (GUint32_t dec=1) |
|
virtual void | moveOf (int inc) |
|
virtual bool | isNull () const |
|
bool | operator== (const it_base &aOther) const |
|
bool | operator!= (const it_base &aOther) const |
|
The documentation for this class was generated from the following file: