MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / CryptSettingConsts

Class CryptSettingConsts

cppcryptfs/ui/CryptSettings.h:35–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33struct CryptMountOptions;
34
35struct CryptSettingConsts {
36 std::wstring regval_name;
37 int default;
38 int recommended;
39 CryptSettingConsts() : regval_name(L""), default(0), recommended(0) {}
40 CryptSettingConsts(const wchar_t* name, int default, int recommended) :
41 regval_name((name)), default(default), recommended(recommended) {}
42};
43
44
45class CryptSettings {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected