Gromacs
2022.2
|
#include "gmxpre.h"
#include "filestream.h"
#include "config.h"
#include <cerrno>
#include <cstdio>
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/stringutil.h"
Implements classes from filestream.h.
Functions | |
bool | gmx::anonymous_namespace{filestream.cpp}::readLineImpl (FILE *fp, std::string *line) |
Helper function for implementing readLine() for input streams. | |