#include <mw/ApNetworkItemList.h>
class CApNetworkItemList : public CArrayPtrFlat< CApNetworkItem > |
Public Member Functions | |
---|---|
CApNetworkItemList() | |
virtual | ~CApNetworkItemList() |
IMPORT_C const CApNetworkItem * | ItemForUid(TUint32) |
A list of CApNetworkItem-s pointers; items are owned.
IMPORT_C | ~CApNetworkItemList | ( | ) | [virtual] |
Destructor. Items in the list are destroyed.
IMPORT_C const CApNetworkItem * | ItemForUid | ( | TUint32 | aUid | ) | const |
Get pointer to the item having aUid, or NULL if no such item is in the list. Deprecated
Parameter | Description |
---|---|
aUid | Uid of item to get. |
Returns: Pointer to the item having uid aUid, or NULL. Ownership not passed (the list still owns the item).