MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / ProfileSetting

Class ProfileSetting

src/NppJsonViewer/Profile.h:26–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26class ProfileSetting : public Profile
27{
28public:
29 explicit ProfileSetting(const std::wstring& path)
30 : Profile(path)
31 {
32 }
33 ~ProfileSetting() = default;
34
35 bool GetSettings(Setting& info) const;
36 bool SetSettings(const Setting& info) const;
37};

Callers 3

ReadINIMethod · 0.85
WriteINIMethod · 0.85
ConstructSettingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected