TF++, Miscellaneous classes and modules in C++:
tfxx::string::helper::regexxcontainer Class Referenceabstract

#include <regexx.h>

Inheritance diagram for tfxx::string::helper::regexxcontainer:

Public Member Functions

 regexxcontainer ()
 create instance. More...
 
 regexxcontainer (const std::string &e)
 create instance and set expression to e. More...
 
virtual ~regexxcontainer ()
 create instance and set expression to e. More...
 
virtual void expression (const std::string &e)=0
 set expression to e. More...
 
virtual std::string expression () const =0
 return expression More...
 
virtual bool match (const std::string s)=0
 return true is s matches expression. More...
 

Detailed Description

we need a helper class to hide the internals.

delegate everything to the container class.

Definition at line 53 of file regexx.h.


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