|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 2009 |
#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.
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 }