![]() |
Kinetis Bootloader Host
2.0.0
Host Tools for Kinetis devices
|
Holds persistent options. More...
#include <SimulatorMemory.h>
Collaboration diagram for blfwk::OptionsStore:Public Member Functions | |
| OptionsStore () | |
| Constructor. | |
| bool | init (const std::string &pathToDir, bool forceCreate) |
| Initialize the store. More... | |
| void | persist () |
| Persist the store. | |
Protected Attributes | |
| std::string | m_optionsFile |
| Options file name. More... | |
Holds persistent options.
| bool OptionsStore::init | ( | const std::string & | pathToDir, |
| bool | forceCreate | ||
| ) |
Initialize the store.
| pathToDir | Directory for options file. |
| forceCreate | True to re-create options file even if it exists. |
|
protected |
Options file name.