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

Method LockZeroBuffer

libcppcryptfs/util/LockZeroBuffer.h:47–47  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

45public:
46 // disallow copying
47 LockZeroBuffer(LockZeroBuffer const&) = delete;
48 void operator=(LockZeroBuffer const&) = delete;
49
50 BOOL IsLocked() { return m_IsLocked; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected