![]() |
OR-Tools
8.2
|
Public Types | |
typedef Map::key_type | key_type |
typedef Map::mapped_type | mapped_type |
typedef Map::value_type | value_type |
typedef Map::const_iterator | const_iterator |
Public Member Functions | |
void | SetLevel (int level) final |
int | Level () const |
bool | ContainsKey (key_type key) const |
const mapped_type & | FindOrDie (key_type key) const |
void | EraseOrDie (key_type key) |
void | Set (key_type key, mapped_type value) |
int | size () const |
bool | empty () const |
const_iterator | find (const key_type &k) const |
const_iterator | begin () const |
const_iterator | end () const |
typedef Map::const_iterator const_iterator |
typedef Map::mapped_type mapped_type |
typedef Map::value_type value_type |
|
inline |
|
inline |
|
inline |
|
inline |
void Set | ( | key_type | key, |
mapped_type | value | ||
) |
|
finalvirtual |
Implements ReversibleInterface.