|
typedef ThisType::KeyType | KeyType |
|
typedef ThisType::ItemType | ItemType |
|
typedef ThisType::ObserverType | ObserverType |
|
typedef ThisType::IteratorType | IteratorType |
|
int | Size () const |
|
bool | Contains (const KeyType &key) const |
|
PositionerModel * | Get (const KeyType &key) const |
|
void | Add (const KeyType &key, const ItemType &value) |
|
void | Remove (const KeyType &key) |
|
void | Clear () |
|
void | AllKeys (std::vector< KeyType > &out_allKeys) const |
|
void | AllItems (std::vector< ItemType > &out_allItems) const |
|
IteratorType | Begin () const |
|
IteratorType | End () const |
|
void | AddObserver (ObserverType &observer) |
|
void | RemoveObserver (ObserverType &observer) |
|
The documentation for this class was generated from the following file: