#include <vega/regex_string.h>
|
| RegexString (const std::shared_ptr< const std::regex > ®ex) |
|
| RegexString (const std::string &str, const std::shared_ptr< const std::regex > ®ex) |
|
const std::string & | str () const |
|
void | set_str (const std::string &str) |
|
◆ RegexString() [1/2]
vega::RegexString::RegexString |
( |
const std::shared_ptr< const std::regex > & |
regex | ) |
|
◆ RegexString() [2/2]
vega::RegexString::RegexString |
( |
const std::string & |
str, |
|
|
const std::shared_ptr< const std::regex > & |
regex |
|
) |
| |
◆ set_str()
void vega::RegexString::set_str |
( |
const std::string & |
str | ) |
|
◆ str()
const std::string& vega::RegexString::str |
( |
| ) |
const |
The documentation for this class was generated from the following file: