TF++, Miscellaneous classes and modules in C++:

◆ more()

bool tfxx::fortranio::FortranBinInput::more ( ) const
inline

are there more data expected?

Definition at line 145 of file fortranio.h.

References Mistream, and Mnbytes.

Referenced by extract_chars().

146  { return((Mnbytes>0) || Mistream.good()); }
std::istream & Mistream
The input stream to read from.
Definition: fortranio.h:169
long int Mnbytes
Number of bytes expected in current block.
Definition: fortranio.h:173
Here is the caller graph for this function: