33 #ifndef LIMAL_VALUE_INT_CHECK_HPP
34 #define LIMAL_VALUE_INT_CHECK_HPP
39 #include <blocxx/Types.hpp>
40 #include <blocxx/String.hpp>
42 namespace LIMAL_NAMESPACE
64 blocxx::UInt64 maxValue,
65 bool inclusiveRange =
true);
76 blocxx::Int64 maxValue,
77 bool inclusiveRange =
true);
102 bool inclusiveRange =
true);
114 isValid(
const blocxx::String &value)
const;
122 virtual blocxx::String
123 explain(
const blocxx::String &value)
const;
141 #endif // LIMAL_VALUE_INT_CHECK_HPP