ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Matcher/STL/Matcher.hpp
(Generate patch)

Comparing Matcher/STL/Matcher.hpp (file contents):
Revision 326 by douglas, 2004-12-13T19:52:35-08:00 vs.
Revision 327 by douglas, 2004-12-13T20:10:39-08:00

# Line 22 | Line 22 | class Matcher
22   {
23   private:
24          ::pcre* expression;
25        int options;
25          std::vector<std::string> substrings;
26   public:
27 +        int options;
28          static int defaults;
29          Matcher(int options = defaults) : expression(NULL), options(options) {}
30          Matcher(const std::string& expression, int options = defaults) : expression(NULL), options(options) { (*this)(expression); }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines