MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / CryptFileReverse

Method CryptFileReverse

libcppcryptfs/file/cryptfile.h:194–194  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

192
193 // disallow copying
194 CryptFileReverse(CryptFileReverse const&) = delete;
195 void operator=(CryptFileReverse const&) = delete;
196
197 CryptFileReverse();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected