Navigation

Operators and Keywords

Function List:

C++ API

regex_match Class Reference

#include <regex-match.h>

Collaboration diagram for regex_match:

List of all members.

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_matchoperator= (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< boolmatch (const string_vector &)

Constructor & Destructor Documentation

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   ) 

Member Function Documentation

bool regex_match::match ( const std::string &  s  ) 
Array< bool > regex_match::match ( const string_vector 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  ) 

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines