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

Method RecentItems

cppcryptfs/ui/RecentItems.h:41–41  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

39public:
40 // disallow copying
41 RecentItems(RecentItems const&) = delete;
42 void operator=(RecentItems const&) = delete;
43
44 RecentItems(LPCTSTR section, LPCTSTR base, int count);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected