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

◆ FortranBinInput()

tfxx::fortranio::FortranBinInput::FortranBinInput ( std::istream &  is,
const bool &  swap = false 
)
inline

start reading from input stream is

Definition at line 140 of file fortranio.h.

140  :
141  Mistream(is), Mswap(swap), Mnbytes(0), Mnremain(0) { }
std::istream & Mistream
The input stream to read from.
Definition: fortranio.h:169
long int Mnremain
Number of bytes still to read from current block.
Definition: fortranio.h:175
T swap(const T &value)
How to swap any generic type.
Definition: bytesex.h:138
bool Mswap
Has byte swapping to be performed.
Definition: fortranio.h:171
long int Mnbytes
Number of bytes expected in current block.
Definition: fortranio.h:173