36 #ifndef TF_REGEXX_H_VERSION 38 #define TF_REGEXX_H_VERSION \ 62 virtual void expression(
const std::string& e) =0;
66 virtual bool match(
const std::string s) =0;
84 regexx(
const std::string& e);
104 #endif // TF_REGEXX_H_VERSION (includeguard) bool match(const std::string s)
return true is s matches expression.
void expression(const std::string &e)
set expression to e.
virtual bool match(const std::string s)=0
return true is s matches expression.
std::string expression() const
return expression
virtual void expression(const std::string &e)=0
set expression to e.
tfxx::string::helper::regexxcontainer * Mcontainer
~regexx()
remove instance.
virtual std::string expression() const =0
return expression
virtual ~regexxcontainer()
create instance and set expression to e.
regexxcontainer()
create instance.
Namespace containing all code of library libtfxx.