![]() |
Gorgon Game Engine
|
contains Hashmap, a map of references More...
Go to the source code of this file.
Classes | |
class | Hashmap< K_, T_, KeyFn, M_, C_ >::ConstIterator |
Const iterator allows iteration of const collections. More... | |
class | Hashmap< K_, T_, KeyFn, M_, C_ > |
This class is a reference based hashmap. More... | |
Namespaces | |
Gorgon | |
Root namespace for Gorgon Game Engine. | |
Gorgon::Containers | |
This namespace contains containers that are missing from STL or specifically crafted for game or GUI development. | |
Functions | |
template<class K_ , class T_ , K_(KeyFn)(const T_ &) = nullptr, template< class ... > class M_ = std::map, class C_ = std::less<K_>> | |
void | swap (Hashmap< K_, T_, KeyFn, M_, C_ > &left, Hashmap< K_, T_, KeyFn, M_, C_ > &right) |
contains Hashmap, a map of references