|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
#include "GaudiKernel/HistoryObj.h"#include <vector>#include <string>#include <iostream>#include "GaudiKernel/StatusCode.h"#include "GaudiKernel/ClassID.h"

Go to the source code of this file.
Classes | |
| class | DataHistory |
| DataHistory class definition. More... | |
| class | DataHistory::DataHistoryOrder |
Functions | |
| GAUDI_API std::ostream & | operator<< (std::ostream &lhs, const DataHistory &rhs) |
| GAUDI_API std::ostream& operator<< | ( | std::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;
}