35 throw ParseError(
"FileStream::FileStream()",
"Cannot open file \"" + name +
"\".");
54 }
else if (
is.bad()) {
60 std::getline(
is,
line,
'\n');
std::unique_ptr< mpi::Communicator > Comm
A stream of input tokens.
static bool getEcho()
Return echo flag.
virtual ~FileStream()
Destructor.
static void setEcho(bool flag)
Set echo flag.
virtual bool fillLine()
Read next input line.