#include <settingrepository.h>
◆ SettingRepository()
| ttv::SettingRepository::SettingRepository |
( |
| ) |
|
◆ GetSetting()
| bool ttv::SettingRepository::GetSetting |
( |
const std::string & |
key, |
|
|
std::string & |
value |
|
) |
| |
◆ RemoveSetting()
| bool ttv::SettingRepository::RemoveSetting |
( |
const std::string & |
key | ) |
|
◆ SetSetting()
| void ttv::SettingRepository::SetSetting |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
◆ mMutex
| std::shared_ptr<IMutex> ttv::SettingRepository::mMutex |
|
protected |
◆ mSettings
| std::unordered_map<std::string, std::string> ttv::SettingRepository::mSettings |
|
protected |
The documentation for this class was generated from the following file: