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

Method operator=

cppcryptfs/ui/MountMangerDialog.h:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 // disallow copying
15 CMountMangerDialog(CMountMangerDialog const&) = delete;
16 void operator=(CMountMangerDialog const&) = delete;
17
18 CMountMangerDialog(CWnd* pParent = NULL); // standard constructor
19 virtual ~CMountMangerDialog();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected