HL::MyHashMap< Key, Value, Allocator > Class Template Reference
#include <myhashmap.h>
List of all members.
template<typename Key, typename Value, class Allocator>
class HL::MyHashMap< Key, Value, Allocator >
Member Typedef Documentation
template<typename Key, typename Value, class Allocator>
Member Enumeration Documentation
template<typename Key, typename Value, class Allocator>
Constructor & Destructor Documentation
template<typename Key, typename Value, class Allocator>
Member Function Documentation
template<typename Key, typename Value, class Allocator>
void HL::MyHashMap< Key, Value, Allocator >::erase |
( |
Key |
k |
) |
[inline] |
template<typename Key, typename Value, class Allocator>
Value HL::MyHashMap< Key, Value, Allocator >::get |
( |
Key |
k |
) |
[inline] |
template<typename Key, typename Value, class Allocator>
void HL::MyHashMap< Key, Value, Allocator >::insert |
( |
Key |
k, |
|
|
Value |
v | |
|
) |
| | [inline, private] |
template<typename Key, typename Value, class Allocator>
void HL::MyHashMap< Key, Value, Allocator >::set |
( |
Key |
k, |
|
|
Value |
v | |
|
) |
| | [inline] |
Member Data Documentation
template<typename Key, typename Value, class Allocator>
template<typename Key, typename Value, class Allocator>
template<typename Key, typename Value, class Allocator>
The documentation for this class was generated from the following file: