Inheritance diagram for ExtRegExpContext:

Public Member Functions | |
| ExtRegExpContext (boost::regex const &re, string const pat) | |
Public Attributes | |
| boost::regex | regex |
| string | pattern |
Definition at line 32 of file ExtRegExp.cpp.
| ExtRegExpContext::ExtRegExpContext | ( | boost::regex const & | re, | |
| string const | pat | |||
| ) | [inline, explicit] |
| boost::regex ExtRegExpContext::regex |
Definition at line 43 of file ExtRegExp.cpp.
Referenced by strLikeEscapeA(), and strSimilarEscapeA().
| string ExtRegExpContext::pattern |
Definition at line 44 of file ExtRegExp.cpp.
Referenced by strLikeEscapeA(), and strSimilarEscapeA().
1.5.1