26 #ifndef CA_MGM_VALUE_POSIX_REGEX_CHECK_HPP
27 #define CA_MGM_VALUE_POSIX_REGEX_CHECK_HPP
29 #include <ca-mgm/config.h>
36 namespace CA_MGM_NAMESPACE
71 isValid(
const std::string &value)
const;
81 explain(
const std::string &value)
const;
88 #endif // CA_MGM_VALUE_POSIX_REGEX_CHECK_HPP
PosixRegEx m_reg
Definition: ValuePosixRECheck.hpp:84
Definition: PosixRegEx.hpp:54
Posix regex value check.
Definition: ValuePosixRECheck.hpp:46
Utility classes to check a string value.
Base class to check a value.
Definition: ValueCheck.hpp:54