PLearn 0.1
|
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
size_t | PLearn::hashbytes (const char *byte_start, size_t byte_length) |
**************** Hash tables support ************************* | |
size_t | PLearn::hashval (const char *strng) |
template<class T > | |
size_t | PLearn::hashval (const T &x) |
default which will work in many cases but not all |