|
TF++, Miscellaneous classes and modules in C++:
|
#include <regexx.h>

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... | |
we need a helper class to hide the internals.
delegate everything to the container class.