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

Method operator=

cppcryptfs/ui/SettingsPropertyPage.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 // disallow copying
60 CSettingsPropertyPage(CSettingsPropertyPage const&) = delete;
61 void operator=(CSettingsPropertyPage const&) = delete;
62
63 CSettingsPropertyPage();
64 virtual ~CSettingsPropertyPage();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected