MCPcopy Create free account
hub / github.com/KDE/labplot / AbstractFile

Function AbstractFile

src/3rdparty/vector_blf/src/Vector/BLF/AbstractFile.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 */
19struct VECTOR_BLF_EXPORT AbstractFile {
20 AbstractFile() noexcept = default;
21 virtual ~AbstractFile() noexcept = default;
22 AbstractFile(const AbstractFile &) = default;
23 AbstractFile & operator=(const AbstractFile &) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected