| 13459 | CATCH_ENFORCE( !m_ofs.fail(), "Unable to open file: '" << filename << "'" ); |
| 13460 | } |
| 13461 | ~FileStream() override = default; |
| 13462 | public: // IStream |
| 13463 | std::ostream& stream() const override { |
| 13464 | return m_ofs; |
nothing calls this directly
no outgoing calls
no test coverage detected