5 namespace Databoard {
\r
9 Limit(bool isLower = false);
\r
12 void setValue(std::string value);
\r
13 std::string getValue();
\r
15 double getDouble(double value);
\r
16 float getFloat(float value);
\r
17 int getInteger(int value);
\r
18 long getLong(long value);
\r
19 char getByte(char value);
\r
21 void setInclusive();
\r
22 bool getInclusive();
\r
24 std::string writeOut();
\r