|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
#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 56 of file DataHistory.cpp.
{
rhs.dump(lhs,false);
return lhs;
}