ScummVM API documentation
AGS3::std::unordered_map< Key, Val, HashFunc, EqualFunc > Class Template Reference
Inheritance diagram for AGS3::std::unordered_map< Key, Val, HashFunc, EqualFunc >:
Common::HashMap< Key, Val, HashFunc, EqualFunc >

Public Member Functions

pair< Key, Val > insert (pair< Key, Val > elem)
 
void reserve (size_t size)
 
- Public Member Functions inherited from Common::HashMap< Key, Val, HashFunc, EqualFunc >
 HashMap ()
 
 HashMap (const HM_t &map)
 
 ~HashMap ()
 
HM_toperator= (const HM_t &map)
 
bool contains (const Key &key) const
 
Val & operator[] (const Key &key)
 
const Val & operator[] (const Key &key) const
 
Val & getOrCreateVal (const Key &key)
 
Val & getVal (const Key &key)
 
const Val & getVal (const Key &key) const
 
const Val & getValOrDefault (const Key &key) const
 
const Val & getValOrDefault (const Key &key, const Val &defaultVal) const
 
bool tryGetVal (const Key &key, Val &out) const
 
void setVal (const Key &key, const Val &val)
 
void clear (bool shrinkArray=0)
 
void erase (iterator entry)
 
void erase (const Key &key)
 
size_type size () const
 
iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 
iterator find (const Key &key)
 
const_iterator find (const Key &key) const
 
bool empty () const
 

Additional Inherited Members

- Public Types inherited from Common::HashMap< Key, Val, HashFunc, EqualFunc >
typedef uint size_type
 
typedef IteratorImpl< Nodeiterator
 
typedef IteratorImpl< const Nodeconst_iterator
 

The documentation for this class was generated from the following file: