| 54 | void DisplayErrorText(const char* txt) override { this->ErrorStream << txt; } |
| 55 | |
| 56 | std::string text() const { return this->TextStream.str(); } |
| 57 | std::string errorText() const { return this->ErrorStream.str(); } |
| 58 | |
| 59 | private: |
no outgoing calls
no test coverage detected