#include <regex-match.h>
Public Member Functions | |
regex_match (const std::string &p, bool insen=false) | |
regex_match (const string_vector &p=string_vector(), bool insen=false) | |
regex_match (const regex_match &gm) | |
regex_match & | operator= (const regex_match &gm) |
~regex_match (void) | |
void | set_pattern (const std::string &p) |
void | set_pattern (const string_vector &p) |
bool | match (const std::string &) |
Array< bool > | match (const string_vector &) |
regex_match::regex_match | ( | const std::string & | p, | |
bool | insen = false | |||
) | [inline] |
regex_match::regex_match | ( | const string_vector & | p = string_vector () , |
|
bool | insen = false | |||
) | [inline] |
regex_match::regex_match | ( | const regex_match & | gm | ) | [inline] |
regex_match::~regex_match | ( | void | ) |
Array< bool > regex_match::match | ( | const string_vector & | s | ) |
bool regex_match::match | ( | const std::string & | s | ) |
regex_match & regex_match::operator= | ( | const regex_match & | gm | ) |
void regex_match::set_pattern | ( | const string_vector & | p | ) |
void regex_match::set_pattern | ( | const std::string & | p | ) |