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

Definition at line 801 of file HeadersFTM.h.

References FTM::DynamicData::print().

802  {
803  h.print(out);
804  return out;
805  }

+ Here is the call graph for this function: