MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / operator=

Method operator=

cppcryptfs/ui/CryptPropertySheet.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 // disallow copying
41 CCryptPropertySheet(CCryptPropertySheet const&) = delete;
42 void operator=(CCryptPropertySheet const&) = delete;
43
44 CCryptPropertySheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
45 CCryptPropertySheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected