|
Unify Framework Lib 1.7.0
|
Classes | |
| class | Entry |
| The unit data type stored in SmartStart List as value. More... | |
| class | Management |
| Class that provides APIs to add, update, and access SmartStart List. Also it offers callback for notifying that entries await inclusion. More... | |
| class | Query |
| Class that contains key, type, an value for querying SmartStart List. More... | |
Typedefs | |
| using | QueryValue = std::variant< bool, std::string > |
| using | notification_function_t = std::function< void(bool)> |
Enumerations | |
| enum class | QueryKey { dsk , include , device_unid } |
| Enum class representing keys for querying SmartStart List. More... | |
| enum class | QueryType { exact , partial } |
| Enum class representing types for querying SmartStart List. More... | |
| using smartstart::notification_function_t = typedef std::function<void(bool)> |
| using smartstart::QueryValue = typedef std::variant<bool, std::string> |
|
strong |
|
strong |