# | 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); |
# | Line 0 | Line 1 | |
---|---|---|
1 | + | native |
# | Line 0 | Line 1 | |
---|---|---|
1 | + | Id |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |