|
Gromacs
2023.4
|
#include <memory>
Include dependency graph for textstream.h:
This graph shows which files directly or indirectly include this file: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. | |
1.8.5