comments corrected
This commit is contained in:
parent
3e35d53e9e
commit
fab039f534
@ -44,9 +44,9 @@ public:
|
|||||||
private:
|
private:
|
||||||
// pattern to search for
|
// pattern to search for
|
||||||
std::string pattern_;
|
std::string pattern_;
|
||||||
// first valid index
|
// start of search range
|
||||||
Iterator begin_;
|
Iterator begin_;
|
||||||
// last valid index
|
// end of search range
|
||||||
Iterator end_;
|
Iterator end_;
|
||||||
// result of the search
|
// result of the search
|
||||||
ResultList result_;
|
ResultList result_;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user