Quark  0.1
HashFunctions.h++
Go to the documentation of this file.
1 #ifndef __libquark_util_HashFunctions_hxx
2 #define __libquark_util_HashFunctions_hxx
3 
4 #include <QtGlobal>
5 
6 #include <quark/Quark.h++>
7 
8 namespace quark {
9 namespace util {
10 
17 {
18  public:
19 
27  static uint elfHash(const uchar *data, size_t len);
28 
29  private:
30 
31  HashFunctions();
32 };
33 
34 } // namespace util
35 } // namespace quark
36 
37 #endif // __quark_util_HashFunctions_hxx
Definition: BarChartView.h++:6
A collection of hash functions.
Definition: HashFunctions.h++:16
#define LIBQUARK_API
Definition: Quark.h++:18