CCdlRefs::TIterator Class Reference
class CCdlRefs::TIterator |
This is an iterator type for CCdlRefs. There are three sub-types of iterator. One type iterates all references in the collection. Another iterates only those with a particular UID. A third iterates only those with a particular file name.
Constructor & Destructor Documentation
TIterator(const TIterator &)
TIterator(const CRefs &, TInt)
TIterator | ( | const CRefs & | aRefs, |
| TInt | aIndex |
| ) | [protected] |
Member Functions Documentation
Match(TInt)
TBool
| Match | ( | TInt | aIndex | ) | const [protected, virtual] |
operator!=(const TIterator &)
operator*()
const TCdlRef & | operator* | ( | ) | const [inline] |
operator++()
pre-increment operator i.e. ++myIterator this operator is preferred to the post-increment operator.
operator++(TInt)
post-increment operator i.e. myIterator++ the pre-increment operator is preferred to this operator.
operator->()
const TCdlRef * | operator-> | ( | ) | const [inline] |
Dereference and access operator
operator=(const TIterator &)
operator==(const TIterator &)
Member Data Documentation
const CRefs & iRefs
const CRefs & | iRefs | [protected] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.