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

◆ expression() [1/2]

virtual void tfxx::string::helper::myregexxcontainer::expression ( const std::string &  e)
inlinevirtual

set expression to e.

Implements tfxx::string::helper::regexxcontainer.

Definition at line 122 of file regexx.cc.

References Mregex.

123  { Mregex.assign(e); }