MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / ~CryptSetting

Method ~CryptSetting

cppcryptfs/ui/CryptSetting.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49public:
50 CryptSetting(enum CryptSettingsRegistryValuesKeys key) : m_key(key) {}
51 virtual ~CryptSetting() = default;
52};
53
54class CryptSettingControl : public CryptSetting

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected