| 468 | CommentState& operator=(const CommentState&); |
| 469 | public: |
| 470 | bool inComment() const { return inComment_; } |
| 471 | void submitLine(const std::string& line); |
| 472 | void reset() { inComment_ = false; } |
| 473 | private: |
no outgoing calls
no test coverage detected