|
R-Type
R-Type project
|
Classes | |
| class | ConstIterator |
| class | Iterator |
Public Member Functions | |
| TValue & | operator[] (TKey key) |
| bool | tryGetValue (TKey key, TValue &value) |
| bool | containsKey (TKey key) |
| bool | remove (TKey key) |
| void | clear () |
| int | size () const |
| Iterator | begin () |
| Iterator | end () |
| ConstIterator | begin () const |
| ConstIterator | end () const |