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

Method operator=

cppcryptfs/ui/FolderDialog.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 // disallow copying
21 CFolderDialog(CFolderDialog const&) = delete;
22 void operator=(CFolderDialog const&) = delete;
23
24 CFolderDialog( LPCTSTR lpszFolderName = NULL,
25 DWORD dwFlags = NULL/*BIF_RETURNONLYFSDIRS*/,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected