#include "Rtypes.h"
#include <iostream>
Go to the source code of this file.
Classes | |
class | hash::MurmurHash3 |
Namespaces | |
namespace | hash |
Typedefs | |
typedef const Byte_t * | hash::MsgPtr_t |
A raw data steam pointer for passing into a hash. | |
Functions | |
template<typename T > | |
MsgPtr_t | hash::MsgPtr (T *ptr) |
template<typename T > | |
MsgPtr_t | hash::MsgPtr (const T &thing) |