TAssociationArray< K, O > Class Template Reference
[Template Containers]
Association Array template definition.
More...
#include <tassociation.h>
Detailed Description
template<class K, class O>
class Steinberg::TAssociationArray< K, O >
Association Array template definition.
A TArray containing TAssociationArray 's.
Constructor & Destructor Documentation
Member Function Documentation
| bool addKeyAndObject |
( |
const K & |
key, |
|
|
const O & |
object | |
|
) |
| | [inline] |
| bool insertKeyAndObject |
( |
int32 |
atIndex, |
|
|
const K & |
key, |
|
|
const O & |
object | |
|
) |
| | [inline] |
| bool removeKeyAndObject |
( |
const K & |
key |
) |
[inline] |
| bool setKeyAndObject |
( |
const K & |
key, |
|
|
const O & |
object | |
|
) |
| | [inline] |
| bool containsKeyAndObject |
( |
const K & |
key, |
|
|
const O & |
object | |
|
) |
| | [inline] |
| O lookupObject |
( |
const K & |
key |
) |
const [inline] |
| K lookupKey |
( |
const O & |
object |
) |
const [inline] |
| int32 getObjectIndex |
( |
const O & |
object |
) |
const [inline] |
| int32 getKeyIndex |
( |
const K & |
key |
) |
const [inline] |
| bool containsKey |
( |
const K & |
key |
) |
const [inline] |
| K getKey |
( |
int32 |
index |
) |
const [inline] |
| O getObject |
( |
int32 |
index |
) |
const [inline] |
| void setKey |
( |
int32 |
index, |
|
|
const K & |
k | |
|
) |
| | [inline] |
| void setObject |
( |
int32 |
index, |
|
|
const O & |
o | |
|
) |
| | [inline] |