https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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

◆ has_context

bool RestartableDataValue::StoreJSONParams::has_context = false

◆ loaded

bool RestartableDataValue::StoreJSONParams::loaded = false

◆ name

bool RestartableDataValue::StoreJSONParams::name = false

◆ stored

bool RestartableDataValue::StoreJSONParams::stored = false

◆ type

bool RestartableDataValue::StoreJSONParams::type = true

◆ value

bool RestartableDataValue::StoreJSONParams::value = true

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