| class CCalAttachmentIteratorImpl : public CBase |
Implementation of the CCalAttachmentIterator.
| Public Member Functions | |
|---|---|
| CCalAttachmentIteratorImpl(CCalSessionImpl &) | |
| ~CCalAttachmentIteratorImpl() | |
| void | AppendL(TCalAttachmentUid) |
| TInt | Count() |
| TBool | HasMore() |
| CCalAttachment * | NextL() |
| Private Attributes | |
|---|---|
| RArray< TCalAttachmentUid > | iArray |
| CCalSessionImpl & | iCalSessionImpl |
| TInt | iTotalAttachments |
| CCalAttachmentIteratorImpl | ( | CCalSessionImpl & | aSession | ) |
| CCalSessionImpl & aSession |