TF++, Miscellaneous classes and modules in C++:
|
Interface provided through complexio.h. More...
Files | |
file | complexio.h |
binary I/O of complex types (prototypes) | |
Functions | |
template<typename T > | |
tfxx::fortranio::FortranBinOutput & | tfxx::fortranio::operator<< (tfxx::fortranio::FortranBinOutput &fo, const std::complex< T > &value) |
Output operator template for class FortranBinOutput. More... | |
template<typename T > | |
tfxx::fortranio::FortranBinInput & | tfxx::fortranio::operator>> (tfxx::fortranio::FortranBinInput &fi, std::complex< T > &value) |
Input operator template for class FortranBinInput. More... | |
Interface provided through complexio.h.
,