MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / ExternalFile

Function ExternalFile

src/model/ExternalFile.hpp:37–37  ·  view source on GitHub ↗

Default the copy and move operators because the virtual dtor is explicit

Source from the content-addressed store, hash-verified

35 virtual ~ExternalFile() override = default;
36 // Default the copy and move operators because the virtual dtor is explicit
37 ExternalFile(const ExternalFile& other) = default;
38 ExternalFile(ExternalFile&& other) = default;
39 ExternalFile& operator=(const ExternalFile&) = default;
40 ExternalFile& operator=(ExternalFile&&) = default;

Callers 1

getExternalFileMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected