36 #define TF_REGEXX_CC_VERSION \ 39 #include <tfxx/regexx.h> 44 #error read wrong header 47 #include<boost/regex.hpp> 91 virtual bool match(
const std::string s)
128 virtual bool match(
const std::string s)
129 {
return(boost::regex_match(s,
Mregex)); }
virtual std::string expression() const
return expression
virtual bool match(const std::string s)
return true is s matches expression.
tfxx::string::helper::regexxcontainer * Mcontainer
virtual ~myregexxcontainer()
create instance and set expression to e.
virtual void expression(const std::string &e)
set expression to e.
myregexxcontainer(const std::string &e)
create instance and set expression to e.
~regexx()
remove instance.
virtual ~regexxcontainer()
create instance and set expression to e.
regexxcontainer()
create instance.
myregexxcontainer()
create instance.
Namespace containing all code of library libtfxx.