26 #ifndef CA_MGM_VALUE_PERL_REGEX_CHECK_HPP 27 #define CA_MGM_VALUE_PERL_REGEX_CHECK_HPP 29 #include <ca-mgm/config.h> 36 namespace CA_MGM_NAMESPACE
74 isValid(
const std::string &value)
const;
84 explain(
const std::string &value)
const;
91 #endif // CA_MGM_VALUE_PERL_REGEX_CHECK_HPP
Definition: PerlRegEx.hpp:55
Utility classes to check a string value.
PerlRegEx m_reg
Definition: ValuePerlRECheck.hpp:87
Perl regex value check.
Definition: ValuePerlRECheck.hpp:46
Base class to check a value.
Definition: ValueCheck.hpp:54