https://mooseframework.inl.gov
Public Member Functions | Public Attributes | List of all members
RestartableDataValue::StoreJSONParams Struct Reference

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
 

Detailed Description

Struct that represents parameters for how to store the JSON value via store.

Definition at line 166 of file RestartableData.h.

Constructor & Destructor Documentation

◆ StoreJSONParams()

RestartableDataValue::StoreJSONParams::StoreJSONParams ( )
inline

Definition at line 168 of file RestartableData.h.

168 {} // fixes a compiler bug with default constructors

Member Data Documentation

◆ declared

bool RestartableDataValue::StoreJSONParams::declared = false

Definition at line 172 of file RestartableData.h.

Referenced by RestartableDataValue::store().

◆ has_context

bool RestartableDataValue::StoreJSONParams::has_context = false

Definition at line 175 of file RestartableData.h.

Referenced by RestartableDataValue::store().

◆ loaded

bool RestartableDataValue::StoreJSONParams::loaded = false

Definition at line 173 of file RestartableData.h.

Referenced by RestartableDataValue::store().

◆ name

bool RestartableDataValue::StoreJSONParams::name = false

Definition at line 171 of file RestartableData.h.

Referenced by RestartableDataValue::store().

◆ stored

bool RestartableDataValue::StoreJSONParams::stored = false

Definition at line 174 of file RestartableData.h.

Referenced by RestartableDataValue::store().

◆ type

bool RestartableDataValue::StoreJSONParams::type = true

Definition at line 170 of file RestartableData.h.

Referenced by RestartableDataValue::store().

◆ value

bool RestartableDataValue::StoreJSONParams::value = true

The documentation for this struct was generated from the following file: