ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Handle for a checkpoint file. More...
#include <WalberlaCheckpoint.hpp>
Public Member Functions | |
CheckpointFile (std::string const &filename, 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 65 of file WalberlaCheckpoint.hpp.
|
inline |
Definition at line 72 of file WalberlaCheckpoint.hpp.
References ScriptInterface::walberla::binary, ScriptInterface::get_value(), and stream.
|
default |
|
inline |
Definition at line 130 of file WalberlaCheckpoint.hpp.
References stream.
Definition at line 112 of file WalberlaCheckpoint.hpp.
References stream.
|
inline |
Definition at line 120 of file WalberlaCheckpoint.hpp.
References ScriptInterface::get_value(), and stream.
|
inline |
Definition at line 91 of file WalberlaCheckpoint.hpp.
References stream.
|
inline |
Definition at line 83 of file WalberlaCheckpoint.hpp.
References stream.
|
inline |
Definition at line 103 of file WalberlaCheckpoint.hpp.
References ScriptInterface::get_value(), and stream.
std::fstream ScriptInterface::walberla::CheckpointFile::stream |
Definition at line 70 of file WalberlaCheckpoint.hpp.
Referenced by CheckpointFile(), read(), read(), read(), write(), write(), and write().