| 38 | } |
| 39 | |
| 40 | std::string str() { return ss_.str(); } |
| 41 | std::stringstream& ss() { return ss_; } |
| 42 | const std::vector<int>& columns() { return columns_; } |
| 43 | int firstLineColumn() { return columns_.front() - initialColumn_; } |
no outgoing calls
no test coverage detected