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

Method operator=

cppcryptfs/ui/TrayIcon.h:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 // disallow copying
88 CTrayIcon(CTrayIcon const&) = delete;
89 void operator=(CTrayIcon const&) = delete;
90
91 CTrayIcon() {}
92 CTrayIcon(LPCTSTR szTip, HICON hIcon) {Create(szTip, hIcon);}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected