| 18 | */ |
| 19 | struct VECTOR_BLF_EXPORT AbstractFile { |
| 20 | AbstractFile() noexcept = default; |
| 21 | virtual ~AbstractFile() noexcept = default; |
| 22 | AbstractFile(const AbstractFile &) = default; |
| 23 | AbstractFile & operator=(const AbstractFile &) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected