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

Method CryptThreadData

cppcryptfs/dokan/CryptThreadData.h:41–41  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

39 HANDLE hThread;
40 // disallow copying
41 CryptThreadData(CryptThreadData const&) = delete;
42 void operator=(CryptThreadData const&) = delete;
43 CryptThreadData() {
44 memset(&operations, 0, sizeof(operations));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected