Gaudi Framework, version v22r2

Home   Generated: Tue May 10 2011
Functions

DataHistory.cpp File Reference

#include "GaudiKernel/DataHistory.h"
#include "GaudiKernel/AlgorithmHistory.h"
#include <iostream>
Include dependency graph for DataHistory.cpp:

Go to the source code of this file.

Functions

ostreamoperator<< (ostream &lhs, const DataHistory &rhs)

Function Documentation

ostream& operator<< ( ostream lhs,
const DataHistory rhs 
)

Definition at line 46 of file DataHistory.cpp.

                                                          {

  lhs << "ClassID: " << rhs.dataClassID() << endl
      << "Key: " << rhs.dataKey() << endl
      << "AlgorithHistory: " << (void*) rhs.algorithmHistory() << endl;

  return lhs;

}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Tue May 10 2011 18:54:24 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004