class CMsvRecipientList : public CBase |
Public Member Functions | |
---|---|
~CMsvRecipientList() | |
IMPORT_C void | AppendL(const TDesC &) |
IMPORT_C void | AppendL(TMsvRecipientType, const TDesC &) |
IMPORT_C TInt | Count() |
IMPORT_C void | Delete(TInt) |
IMPORT_C void | Delete(TInt, TInt) |
CMsvRecipientList * | NewL() |
CMsvRecipientList * | NewLC() |
IMPORT_C const MDesCArray & | RecipientList() |
IMPORT_C void | Reset() |
IMPORT_C TMsvRecipientType | Type(TInt) |
IMPORT_C const TDesC & | operator[](TInt) |
Private Member Functions | |
---|---|
CMsvRecipientList() | |
void | ConstructL() |
Private Attributes | |
---|---|
RArray< TMsvRecipientType > | iRecipientType |
CDesCArrayFlat * | iRecipients |
IMPORT_C void | AppendL | ( | TMsvRecipientType | aValue, |
const TDesC & | aPtr | |||
) |
TMsvRecipientType aValue | |
const TDesC & aPtr |