#include <CRTID.h>
Public Types | |
| using | most_derived_key_type = KEY |
| using | iterator = decltype(fMap.begin()) |
| using | const_iterator = decltype(fMap.cbegin()) |
Public Member Functions | |
| map () | |
| virtual | ~map ()=default |
| VALUE & | operator[] (const KEY &key) |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
| size_t | size () const |
Private Attributes | |
| std::map< KEY, VALUE > | fMap |
| using CRT::map< VALUE, KEY >::const_iterator = decltype(fMap.cbegin()) |
| using CRT::map< VALUE, KEY >::iterator = decltype(fMap.begin()) |
| using CRT::map< VALUE, KEY >::most_derived_key_type = KEY |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
1.8.11