1 #ifndef DM_VALUE_TRANSLATOR_HPP_INCLUDED
2 #define DM_VALUE_TRANSLATOR_HPP_INCLUDED
8 #include "DM/config.hpp"
9 #include "DM/ObjectBase.hpp"
10 #include "DM/ColumnTypes.hpp"
11 #include "DM/AutoLink.hpp"
24 virtual std::pair<int,bool> translate(
int v)
const = 0;
25 virtual std::pair<double,bool> translate(
double v)
const = 0;
26 virtual std::pair<float,bool> translate(
float v)
const = 0;
31 #endif //DM_VALUE_TRANSLATOR_HPP_INCLUDED