Struct that represents parameters for how to store the JSON value via store.
More...
#include <RestartableData.h>
Public Member Functions | |
| StoreJSONParams () | |
Public Attributes | |
| bool | value = true |
| bool | type = true |
| bool | name = false |
| bool | declared = false |
| bool | loaded = false |
| bool | stored = false |
| bool | has_context = false |
Struct that represents parameters for how to store the JSON value via store.
Definition at line 166 of file RestartableData.h.
|
inline |
Definition at line 168 of file RestartableData.h.
| bool RestartableDataValue::StoreJSONParams::declared = false |
Definition at line 172 of file RestartableData.h.
Referenced by RestartableDataValue::store().
| bool RestartableDataValue::StoreJSONParams::has_context = false |
Definition at line 175 of file RestartableData.h.
Referenced by RestartableDataValue::store().
| bool RestartableDataValue::StoreJSONParams::loaded = false |
Definition at line 173 of file RestartableData.h.
Referenced by RestartableDataValue::store().
| bool RestartableDataValue::StoreJSONParams::name = false |
Definition at line 171 of file RestartableData.h.
Referenced by RestartableDataValue::store().
| bool RestartableDataValue::StoreJSONParams::stored = false |
Definition at line 174 of file RestartableData.h.
Referenced by RestartableDataValue::store().
| bool RestartableDataValue::StoreJSONParams::type = true |
Definition at line 170 of file RestartableData.h.
Referenced by RestartableDataValue::store().
| bool RestartableDataValue::StoreJSONParams::value = true |
Definition at line 169 of file RestartableData.h.
Referenced by RestartableDataReporter::execute(), RestartableDataReporter::getDataParams(), and RestartableDataValue::store().
1.8.14