| 272 | int AbstractFileWriter::GetRanking() const { return d->GetRanking(); } |
| 273 | void AbstractFileWriter::SetBaseDataType(const std::string &baseDataType) { d->m_BaseDataType = baseDataType; } |
| 274 | std::string AbstractFileWriter::GetDescription() const { return d->GetDescription(); } |
| 275 | std::string AbstractFileWriter::GetBaseDataType() const { return d->m_BaseDataType; } |
| 276 | void AbstractFileWriter::ValidateOutputLocation() const |
| 277 | { |
no outgoing calls
no test coverage detected