SPH
|
#include <Output.h>
Classes | |
struct | Info |
Public Member Functions | |
virtual Outcome | load (const Path &path, Storage &storage, Statistics &stats) override |
Loads data from the file into the storage. More... | |
Expected< Info > | getInfo (const Path &path) const |
![]() | |
virtual | ~Polymorphic () |
Expected< CompressedInput::Info > CompressedInput::getInfo | ( | const Path & | path | ) | const |
Definition at line 1030 of file Output.cpp.
|
overridevirtual |
Loads data from the file into the storage.
This will remove any data previously stored in storage. Function can also load additional run statistics, such as time of the snapshot, and save it to provided stats value.
Implements IInput.
Definition at line 977 of file Output.cpp.