TF++, Miscellaneous classes and modules in C++:

◆ match()

bool tfxx::string::regexx::match ( const std::string  s)
inline

return true is s matches expression.

Definition at line 94 of file regexx.h.

References tfxx::string::helper::regexxcontainer::match(), and Mcontainer.

95  { return(Mcontainer->match(s)); }
virtual bool match(const std::string s)=0
return true is s matches expression.
tfxx::string::helper::regexxcontainer * Mcontainer
Definition: regexx.h:97
Here is the call graph for this function: