hash Namespace Reference

Classes

class  MurmurHash3

Typedefs

typedef const Byte_t * MsgPtr_t
 A raw data steam pointer for passing into a hash.

Functions

template<typename T >
MsgPtr_t MsgPtr (T *ptr)
template<typename T >
MsgPtr_t MsgPtr (const T &thing)

Typedef Documentation

typedef const Byte_t* hash::MsgPtr_t

A raw data steam pointer for passing into a hash.

Definition at line 7 of file MurmurHash3.h.


Function Documentation

template<typename T >
MsgPtr_t hash::MsgPtr ( const T &  thing  )  [inline]

Definition at line 20 of file MurmurHash3.h.

00021   {
00022     return reinterpret_cast<MsgPtr_t>(&thing);};

template<typename T >
MsgPtr_t hash::MsgPtr ( T *  ptr  )  [inline]

Definition at line 13 of file MurmurHash3.h.

00013                          { 
00014     return reinterpret_cast<MsgPtr_t>(ptr);};


Generated on 15 Jun 2016 for AlcapDAQ by  doxygen 1.6.1