10 const std::shared_ptr<const std::regex> m_regex;
14 RegexString(
const std::shared_ptr<const std::regex>& regex);
15 RegexString(
const std::string&
str,
const std::shared_ptr<const std::regex>& regex);
17 const std::string&
str()
const;
18 void set_str(
const std::string& str);
21 void validate_regex()
const;
const std::string & str() const
Definition: regex_string.h:8
RegexString(const std::shared_ptr< const std::regex > ®ex)
void set_str(const std::string &str)