Gromacs
2022.2
|
Declares implementations for textstream.h interfaces for input/output to in-memory strings.
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... | |