| 116 | } |
| 117 | |
| 118 | std::string AbstractFileWriter::GetOutputLocation() const { return d->m_Location; } |
| 119 | void AbstractFileWriter::SetOutputStream(const std::string &location, std::ostream *os) |
| 120 | { |
| 121 | d->m_Location = location; |
no outgoing calls
no test coverage detected