Gromacs
2018.8
|
#include <memory>
Declares interfaces for simple input/output streams.
Classes | |
class | gmx::TextInputStream |
Interface for reading text. More... | |
class | gmx::TextOutputStream |
Interface for writing text. More... | |
Typedefs | |
typedef std::shared_ptr < TextInputStream > | gmx::TextInputStreamPointer |
Shorthand for a smart pointer to a TextInputStream. | |
typedef std::shared_ptr < TextOutputStream > | gmx::TextOutputStreamPointer |
Shorthand for a smart pointer to a TextOutputStream. | |