www.mooseframework.org
Classes | Typedefs
RestartableData.h File Reference

Go to the source code of this file.

Classes

class  RestartableDataValue
 Abstract definition of a RestartableData value. More...
 
class  RestartableDataValue::SetDeclaredKey
 Helper that protects access to setDeclared() to only MooseApp. More...
 
class  RestartableDataValue::SetNotLoadedKey
 Helper that protects access to setNotLoaded() to only RestartableDataReader. More...
 
class  RestartableDataValue::SetNotStoredKey
 Helper that protects access to setNotStored() to only RestartableDataWriter. More...
 
struct  RestartableDataValue::StoreJSONParams
 Struct that represents parameters for how to store the JSON value via store. More...
 
class  RestartableData< T >
 Concrete definition of a parameter value for a specified type. More...
 

Typedefs

using DataNames = std::unordered_set< std::string >
 

Typedef Documentation

◆ DataNames

using DataNames = std::unordered_set<std::string>

Definition at line 333 of file RestartableData.h.