|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
#include "GaudiKernel/DataHistory.h"#include "GaudiKernel/AlgorithmHistory.h"#include <iostream>
Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &lhs, const DataHistory &rhs) |
| 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;
}