#include <bttypes.h>
class RUUIDContainer |
Public Member Functions | |
---|---|
IMPORT_C TInt | Add(const TUUID &) |
IMPORT_C const TUUID & | At(TInt) |
IMPORT_C void | Close() |
IMPORT_C TInt | Count() |
IMPORT_C TBool | IsPresent(const TUUID &) |
IMPORT_C void | Reset() |
IMPORT_C TUUID & | operator[](TInt) |
IMPORT_C const TUUID & | operator[](TInt) |
A UUID container class
Add an TUUID into RUUIDContainer
Parameter | Description |
---|---|
aUuid | the TUUID to be added into the container class |
Returns: a system wide error code.
Check if a particular TUUID is present in the RUUIDContainer
Parameter | Description |
---|---|
aUuid | the TUUID to be looked up in the container class |
Returns: ETrue if it is present otherwise EFalse