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

Comparing Smersh/Matcher.hpp (file contents):
Revision 174 by Douglas Thrift, 2004-06-17T22:12:33-07:00 vs.
Revision 175 by Douglas Thrift, 2004-06-25T01:10:49-07:00

# Line 17 | Line 17 | private:
17          pcre* expression;
18          vector<string> substrings;
19   public:
20 <        Matcher() { expression = NULL; }
20 >        Matcher() : expression(NULL) {}
21          Matcher(const string& expression);
22          ~Matcher();
23          bool match(const string& stuff);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines