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 162 by Douglas Thrift, 2004-06-17T15:51:47-07:00 vs.
Revision 175 by Douglas Thrift, 2004-06-25T01:10:49-07:00

# Line 2 | Line 2
2   //
3   // Douglas Thrift
4   //
5 < // $Id: Matcher.hpp 128 2004-03-24 06:15:08Z Douglas Thrift $
5 > // $Id$
6  
7   #ifndef _Matcher_hpp_
8   #define _Matcher_hpp_
# 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);

Comparing Smersh/Matcher.hpp (property svn:eol-style):
Revision 162 by Douglas Thrift, 2004-06-17T15:51:47-07:00 vs.
Revision 175 by Douglas Thrift, 2004-06-25T01:10:49-07:00

# Line 0 | Line 1
1 + native

Comparing Smersh/Matcher.hpp (property svn:keywords):
Revision 162 by Douglas Thrift, 2004-06-17T15:51:47-07:00 vs.
Revision 175 by Douglas Thrift, 2004-06-25T01:10:49-07:00

# Line 0 | Line 1
1 + Id

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines