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

◆ readaff()

template<class C >
void tfxx::fortranio::readaff ( tfxx::fortranio::FortranBinInput is,
C &  s 
)

read an aff container from the file

Definition at line 53 of file fortranaffio.h.

Referenced by operator>>().

54  {
55  aff::Iterator<C> i(s);
56  while (i.valid()) { is >> *i; ++i; }
57  }
Here is the caller graph for this function: