![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Handle for a checkpoint file. More...
#include <WalberlaCheckpoint.hpp>
Collaboration diagram for ScriptInterface::walberla::CheckpointFile:Public Member Functions | |
| CheckpointFile (std::filesystem::path const &path, std::ios_base::openmode mode, bool binary) | |
| ~CheckpointFile ()=default | |
| template<typename T > | |
| void | write (T const &value) |
| template<typename T > | |
| void | write (std::vector< T > const &vector) |
| template<typename T , std::size_t N> | |
| void | write (Utils::Vector< T, N > const &vector) |
| template<typename T > | |
| void | read (T &value) |
| template<typename T , std::size_t N> | |
| void | read (Utils::Vector< T, N > &vector) |
| template<typename T > | |
| void | read (std::vector< T > &vector) |
Public Attributes | |
| std::fstream | stream |
Handle for a checkpoint file.
Definition at line 66 of file WalberlaCheckpoint.hpp.
|
inline |
Definition at line 73 of file WalberlaCheckpoint.hpp.
References ScriptInterface::walberla::binary, and stream.
|
default |
|
inline |
Definition at line 131 of file WalberlaCheckpoint.hpp.
References stream.
Definition at line 113 of file WalberlaCheckpoint.hpp.
References stream.
|
inline |
Definition at line 121 of file WalberlaCheckpoint.hpp.
References stream.
|
inline |
Definition at line 92 of file WalberlaCheckpoint.hpp.
References stream.
|
inline |
Definition at line 84 of file WalberlaCheckpoint.hpp.
References stream.
|
inline |
Definition at line 104 of file WalberlaCheckpoint.hpp.
References stream.
| std::fstream ScriptInterface::walberla::CheckpointFile::stream |
Definition at line 71 of file WalberlaCheckpoint.hpp.
Referenced by CheckpointFile(), read(), read(), read(), write(), write(), and write().