TF++, Miscellaneous classes and modules in C++:
|
void tfxx::fortranio::FortranBinInput::get | ( | T & | value | ) |
extract a value (perform swapping if requested)
Pass by reference argument because overloading by return type is not possible.
value | value of type T read from stream |
Definition at line 261 of file fortranio.h.
References tfxx::ioswap::IOUnion< T >::bytes, extract_chars(), Mswap, tfxx::ioswap::swap(), and tfxx::ioswap::IOUnion< T >::value.
Referenced by tfxx::fortranio::operator>>().