Bringing tree up to date.
[galago.git] / cpp / galago / include / AccumulatorTypes.hpp
blobe86e36b42fe0123bd83c893bed122aa005ae4699
2 //
3 // AccumulatorTypes
4 //
5 // 23 February 2007 -- tds
6 //
7 // BSD License (http://galagosearch.org/license)
8 //
10 #ifndef GALAGO_ACCUMULATORTYPES_HPP
11 #define GALAGO_ACCUMULATORTYPES_HPP
13 template<class _T>
14 class AccumulatorTypes {
15 public:
16 typedef UINT64 term_type;
17 typedef UINT64 update_type;
20 #endif // GALAGO_ACCUMULATORTYPES_HPP