mosesdecoder/search/types.hh

15 lines
183 B
C++
Raw Normal View History

2012-10-15 16:58:33 +04:00
#ifndef SEARCH_TYPES__
#define SEARCH_TYPES__
#include <stdint.h>
2012-10-15 16:58:33 +04:00
namespace search {
typedef float Score;
typedef uint32_t Arity;
2012-10-15 16:58:33 +04:00
} // namespace search
#endif // SEARCH_TYPES__