----------------------------------------------------------------------------
| 51 | |
| 52 | //---------------------------------------------------------------------------- |
| 53 | bool File::IsLineSelected(int lineNumber) const |
| 54 | { |
| 55 | return selectedLines_.find(lineNumber) != selectedLines_.end(); |
| 56 | } |
| 57 | |
| 58 | //---------------------------------------------------------------------------- |
| 59 | bool File::operator==(const File& other) const |