Gaudi Framework, version v20r3

Generated: 24 Nov 2008

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 Mon Nov 24 14:42:20 2008 for Gaudi Framework, version v20r3 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004