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

Structure that contains the input streams for the reader. More...

#include <RestartableDataReader.h>

Public Attributes

std::unique_ptr< InputStreamheader
 
std::unique_ptr< InputStreamdata
 

Detailed Description

Structure that contains the input streams for the reader.

One for the header and one for the data.

Definition at line 35 of file RestartableDataReader.h.

Member Data Documentation

◆ data

std::unique_ptr<InputStream> RestartableDataReader::InputStreams::data

◆ header

std::unique_ptr<InputStream> RestartableDataReader::InputStreams::header

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