Association Array template definition.
More...
#include <tassociation.h>
template<class K, class O>
class Steinberg::TAssociationArray< K, O >
Association Array template definition.
A TArray containing TAssociationArray 's.
| 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 |