Gromacs  2018.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs
textstream.h File Reference
#include <memory>
+ Include dependency graph for textstream.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares interfaces for simple input/output streams.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

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.