https://mooseframework.inl.gov
Public Attributes | List of all members
Backup Struct Reference

Helper class to hold streams for Backup and Restore operations. More...

#include <Backup.h>

Public Attributes

std::unique_ptr< std::stringstream > header = std::make_unique<std::stringstream>()
 
std::unique_ptr< std::stringstream > data = std::make_unique<std::stringstream>()
 

Detailed Description

Helper class to hold streams for Backup and Restore operations.

Definition at line 18 of file Backup.h.

Member Data Documentation

◆ data

std::unique_ptr<std::stringstream> Backup::data = std::make_unique<std::stringstream>()

Definition at line 21 of file Backup.h.

Referenced by dataLoad(), and dataStore().

◆ header

std::unique_ptr<std::stringstream> Backup::header = std::make_unique<std::stringstream>()

Definition at line 20 of file Backup.h.

Referenced by dataLoad(), and dataStore().


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