RSenPointerMap Class Reference
#include
"senpointermap.h"
Link against: SenFramework.lib
Constructor & Destructor Documentation
RSenPointerMap ( TBool, TBool )
RSenPointerMap | ( | TBool | aTakeOwnershipKey, |
| TBool | aTakeOwnershipValue |
| ) | [inline] |
~RSenPointerMap ( )
~RSenPointerMap | ( | ) | [inline] |
Member Function Documentation
Append ( const K *, const V * )
TInt
| Append | ( | const K * | aKey, |
| const V * | aValue |
| ) | [inline] |
Count ( )
TInt
| Count | ( | ) | const [inline] |
Find ( const K & )
TInt
| Find | ( | const K & | aKey | ) | const [inline] |
FindReverse ( const K & )
TInt
| FindReverse | ( | const K & | aKey | ) | const [inline] |
FindValue ( const V & )
TInt
| FindValue | ( | const V & | aValue | ) | const [inline] |
Insert ( const K *, const V * )
TInt
| Insert | ( | const K * | aKey, |
| const V * | aValue |
| ) | [inline] |
KeyAt ( TInt )
K * | KeyAt | ( | TInt | aIndex | ) | [inline] |
Remove ( const V & )
TInt
| Remove | ( | const V & | aValue | ) | [inline] |
RemoveByKey ( const K & )
TInt
| RemoveByKey | ( | const K & | aKey | ) | [inline] |
UpdateValue ( const K *, const V * )
TInt
| UpdateValue | ( | const K * | aKey, |
| const V * | aValue |
| ) | [inline] |
ValueAt ( TInt )
const V * | ValueAt | ( | TInt | aIndex | ) | const [inline] |