![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Associative array template, with multiple values per key
usage:
More...
Private Member Functions | |
| void | ~multiMap () |
| void | Clear () |
| int | Count () |
| array< V > | Get (K key) |
| array< V > | GetByIndex (int index) |
| K | GetKeyByIndex (int index) |
| bool | HasKey (K key) |
| void | Insert (K key, V value) |
| void | Remove (K key) |
| void | RemoveByIndex (int index) |
Private Attributes | |
| ref array< K > | m_keys |
| ref array< ref array< V > > | m_values |
Associative array template, with multiple values per key
usage:
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
Definition at line 947 of file tools.c.
References m_keys, and RemoveByIndex().
|
inlineprivate |
|
private |
Definition at line 868 of file tools.c.
Referenced by Clear(), Count(), Get(), GetKeyByIndex(), HasKey(), Insert(), Remove(), and RemoveByIndex().
Definition at line 867 of file tools.c.
Referenced by Clear(), Get(), GetByIndex(), Insert(), and RemoveByIndex().