Gromacs  2022.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
stringstream.h File Reference
#include <string>
#include <vector>
#include "gromacs/utility/textstream.h"
+ Include dependency graph for stringstream.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares implementations for textstream.h interfaces for input/output to in-memory strings.

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

Classes

class  gmx::StringOutputStream
 Text output stream implementation for writing to an in-memory string. More...
 
class  gmx::ArrayRef< typename >
 STL-like interface to a C array of T (or part of a std container of T). More...
 
class  gmx::StringInputStream
 Helper class to convert static string data to a stream. More...