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) { }
tfxx::fortranio::FortranBinInput::Mistream
std::istream & Mistream
The input stream to read from.
Definition:
fortranio.h:169
tfxx::fortranio::FortranBinInput::Mnremain
long int Mnremain
Number of bytes still to read from current block.
Definition:
fortranio.h:175
tfxx::ioswap::swap
T swap(const T &value)
How to swap any generic type.
Definition:
bytesex.h:138
tfxx::fortranio::FortranBinInput::Mswap
bool Mswap
Has byte swapping to be performed.
Definition:
fortranio.h:171
tfxx::fortranio::FortranBinInput::Mnbytes
long int Mnbytes
Number of bytes expected in current block.
Definition:
fortranio.h:173
tfxx
fortranio
FortranBinInput
Generated on Mon Aug 21 2023 17:36:07 for TF++, Miscellaneous classes and modules in C++: by
1.8.14