TF++, Miscellaneous classes and modules in C++:
tfxx::string::helper::myregexxcontainer Class Reference
Inheritance diagram for tfxx::string::helper::myregexxcontainer:
Collaboration diagram for tfxx::string::helper::myregexxcontainer:

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
 

Detailed Description

we need a helper class to hide the internals.

delegate everything to the container class.

Definition at line 108 of file regexx.cc.


The documentation for this class was generated from the following file: