Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

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.

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 }

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

Generated at Wed Feb 9 16:27:57 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004