SPH
Classes | Public Member Functions | List of all members
CompressedInput Class Reference

#include <Output.h>

Inheritance diagram for CompressedInput:
IInput Polymorphic

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< InfogetInfo (const Path &path) const
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Definition at line 430 of file Output.h.

Member Function Documentation

◆ getInfo()

Expected< CompressedInput::Info > CompressedInput::getInfo ( const Path path) const

Definition at line 1030 of file Output.cpp.

◆ load()

Outcome CompressedInput::load ( const Path path,
Storage storage,
Statistics stats 
)
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.


The documentation for this class was generated from the following files: