|
commore
1.0.6-SNAPSHOT
|
#include <HMap.h>
Inheritance diagram for commore::hash< T >:Public Member Functions | |
| size_t CMREXD | operator() (const T &key) const |
| template<> | |
| size_t CMREXD | operator() (const AString &key) const |
| template<> | |
| size_t CMREXD | operator() (const commore::Long &key) const |
| template<> | |
| size_t CMREXD | operator() (const commore::Int &key) const |
| template<> | |
| size_t CMREXD | operator() (const long &key) const |
Public Member Functions inherited from commore::unary_function< T, size_t > | |
| unary_function () | |
| unary_function (const unary_function< T, size_t > &) | |
| unary_function< T, size_t > & | operator= (const unary_function< T, size_t > &) |
Additional Inherited Members | |
Public Types inherited from commore::unary_function< T, size_t > | |
| typedef T | argument_type |
| typedef size_t | result_type |
| size_t CMREXD commore::hash< AString >::operator() | ( | const AString & | key | ) | const |
| size_t CMREXD commore::hash< commore::Long >::operator() | ( | const commore::Long & | key | ) | const |
| size_t CMREXD commore::hash< commore::Int >::operator() | ( | const commore::Int & | key | ) | const |
| size_t CMREXD commore::hash< long >::operator() | ( | const long & | key | ) | const |
| size_t CMREXD commore::hash< T >::operator() | ( | const T & | key | ) | const |