Init()
Initializes the settings storage driver.
Deinit()
Deinitializes the settings driver.
Add()
Adds a value to @p aKey.
Delete()
Removes a value from @p aKey.
Get() const
Fetches the value identified by @p aKey at a given @p aIndex.
Get() const
Fetches the value identified by @p aKey at a given @p aIndex.
Set()
Sets or replaces the value identified by @p aKey. If there was more than one value previously associated with @p aKey, then they are all deleted and replaced with this single entry.
Wipe()
Removes all values.
GetInstancePtr() const