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

Comparing FeepingCreaturism/Matcher.cpp (file contents):
Revision 202 by Douglas Thrift, 2004-08-20T02:44:20-07:00 vs.
Revision 203 by Douglas Thrift, 2004-09-01T02:10:19-07:00

# Line 6 | Line 6
6  
7   #include "Matcher.hpp"
8  
9 < bool Matcher::match(const std::string& stuff)
9 > bool Matcher::match(const ext::String& stuff)
10   {
11          substrings.clear();
12  
# Line 44 | Line 44 | bool Matcher::match(const std::string& s
44          return false;
45   }
46  
47 < Matcher& Matcher::operator()(const std::string& expression)
47 > Matcher& Matcher::operator()(const ext::String& expression)
48   {
49          substrings.clear();
50  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines