MCPcopy Create free account
hub / github.com/Tracktion/choc / ZipFile

Method ZipFile

choc/containers/choc_ZipFile.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 ~ZipFile();
43
44 ZipFile (const ZipFile&) = delete;
45 ZipFile (ZipFile&&) = default;
46 ZipFile& operator= (ZipFile&&) = default;
47 ZipFile& operator= (const ZipFile&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected