Gaudi Framework, version v20r4

Generated: 8 Jan 2009

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

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


Function Documentation

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

Definition at line 46 of file DataHistory.cpp.

00046                                                           {
00047 
00048   lhs << "ClassID: " << rhs.dataClassID() << endl
00049       << "Key: " << rhs.dataKey() << endl
00050       << "AlgorithHistory: " << (void*) rhs.algorithmHistory() << endl;
00051 
00052   return lhs;
00053 
00054 }


Generated at Thu Jan 8 17:48:17 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004