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

Definition at line 795 of file HeadersFTM.h.

References FTM::DynamicDataBoard::print().

796  {
797  h.print(out);
798  return out;
799  }

+ Here is the call graph for this function: