Associative array template, with multiple values per key
usage:
More...
Private Member Functions | |
| bool | HasKey (K key) |
| array< V > | Get (K key) |
| array< V > | GetByIndex (int index) |
| K | GetKeyByIndex (int index) |
| void | Insert (K key, V value) |
| void | RemoveByIndex (int index) |
| void | Remove (K key) |
| int | Count () |
| void | Clear () |
| void | ~multiMap () |
Private Attributes | |
| private ref array< ref array< V > > | m_values |
| private ref array< K > | m_keys |
Associative array template, with multiple values per key
usage:
|
inlineprivate |
References Clear().
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
private |