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

Method CaseCacheNode

libcppcryptfs/filename/casecache.h:48–48  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

46 FILETIME m_filetime;
47 // disallow copying
48 CaseCacheNode(CaseCacheNode const&) = delete;
49 void operator=(CaseCacheNode const&) = delete;
50 CaseCacheNode();
51 virtual ~CaseCacheNode();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected