# | Line 67 | Line 67 | private: | |
---|---|---|
67 | MultiSet pages; | |
68 | set<string> common; | |
69 | vector<string> commonUsed; | |
70 | < | bool and_; |
71 | < | bool or_; |
70 | > | bool and_, or_; |
71 | string ignore; | |
72 | < | clock_t start; |
74 | < | clock_t finish; |
72 | > | clock_t start, finish; |
73 | void search(Page& page); | |
74 | void setQuery(); | |
75 | void setCommon(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |