My Project
 
Loading...
Searching...
No Matches
HashMap< K, V > Class Template Reference

#include <typedefine.h>

Inheritance diagram for HashMap< K, V >:
Collaboration diagram for HashMap< K, V >:

Public Member Functions

bool containsKey (const K &k)
 
get (const K &k)
 
std::list< V > values ()
 

Member Function Documentation

◆ containsKey()

template<class K, class V>
bool HashMap< K, V >::containsKey ( const K & k)
inline

◆ get()

template<class K, class V>
V HashMap< K, V >::get ( const K & k)
inline

◆ values()

template<class K, class V>
std::list< V > HashMap< K, V >::values ( )
inline

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