33 #ifndef CA_MGM_VALUE_INT_CHECK_HPP 34 #define CA_MGM_VALUE_INT_CHECK_HPP 36 #include <ca-mgm/config.h> 42 namespace CA_MGM_NAMESPACE
65 bool inclusiveRange =
true);
77 bool inclusiveRange =
true);
102 bool inclusiveRange =
true);
114 isValid(
const std::string &value)
const;
123 explain(
const std::string &value)
const;
141 #endif // CA_MGM_VALUE_INT_CHECK_HPP int64_t s
Definition: ValueIntCheck.hpp:129
uint64_t u
Definition: ValueIntCheck.hpp:130
Integer range value check.
Definition: ValueIntCheck.hpp:52
bool m_sign
Definition: ValueIntCheck.hpp:126
Utility classes to check a string value.
bool m_incl
Definition: ValueIntCheck.hpp:127
Base class to check a value.
Definition: ValueCheck.hpp:54