FACT++  1.0
std::ostream& FTM::operator<< ( std::ostream &  out,
const FtuList h 
)
inline

Definition at line 789 of file HeadersFTM.h.

References FTM::FtuList::print().

790  {
791  h.print(out);
792  return out;
793  }

+ Here is the call graph for this function: