|
Public Member Functions |
| IMPORT_C | ~CSIPAddress () |
| | Destructor, deletes the resources of CSIPAddress.
|
| IMPORT_C TBool | operator== (const CSIPAddress &aSIPAddress) const |
| | Compares this object to another instance of CSIPAddress.
|
| IMPORT_C const TDesC8 & | DisplayName () const |
| | Gets the display name.
|
| IMPORT_C void | SetDisplayNameL (const TDesC8 &aDisplayName) |
| | Sets the display name.
|
| IMPORT_C const CUri8 & | Uri8 () const |
| | Gets the URI part of the address as const.
|
| IMPORT_C void | SetUri8L (CUri8 *aUri8) |
| | Sets the URI part of the address.
|
| IMPORT_C HBufC8 * | ToTextLC (TBool aUseAngleBrackets=EFalse) const |
| | Creates a textual representation and pushes it to CleanupStack.
|
| IMPORT_C void | ExternalizeL (RWriteStream &aWriteStream) |
| | Writes the object to a RWriteStream.
|
| IMPORT_C CURIContainer & | URI () |
| IMPORT_C const CURIContainer & | URI () const |
Static Public Member Functions |
| static IMPORT_C CSIPAddress * | DecodeL (const TDesC8 &aValue) |
| | Constructs a CSIPAddress from textual representation.
|
| static IMPORT_C CSIPAddress * | NewL (CUri8 *aUri8) |
| | Creates a new instance of CSIPAddress.
|
| static IMPORT_C CSIPAddress * | NewLC (CUri8 *aUri8) |
| | Creates a new instance of CSIPAddress and puts it to CleanupStack.
|
| static IMPORT_C CSIPAddress * | NewL (const TDesC8 &aDisplayName, CUri8 *aUri8) |
| | Creates a new instance of CSIPAddress.
|
| static IMPORT_C CSIPAddress * | NewLC (const TDesC8 &aDisplayName, CUri8 *aUri8) |
| | Creates a new instance of CSIPAddress and puts it to CleanupStack.
|
| static IMPORT_C CSIPAddress * | NewL (const CSIPAddress &aSIPAddress) |
| | Creates a deep-copy of a CSIPAddress.
|
| static IMPORT_C CSIPAddress * | NewLC (const CSIPAddress &aSIPAddress) |
| | Creates a deep-copy of a CSIPAddress and puts it to CleanupStack.
|
| static IMPORT_C CSIPAddress * | InternalizeL (RReadStream &aReadStream) |
| | Constructs an instance of a CSIPAddress from a RReadStream.
|
| static CSIPAddress * | NewLC (CURIContainer *aURI) |