TF++, Miscellaneous classes and modules in C++:
|
Public Member Functions | |
myregexxcontainer () | |
create instance. More... | |
myregexxcontainer (const std::string &e) | |
create instance and set expression to e . More... | |
virtual | ~myregexxcontainer () |
create instance and set expression to e . More... | |
virtual void | expression (const std::string &e) |
set expression to e . More... | |
virtual std::string | expression () const |
return expression More... | |
virtual bool | match (const std::string s) |
return true is s matches expression. More... | |
Private Attributes | |
boost::regex | Mregex |
we need a helper class to hide the internals.
delegate everything to the container class.