All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

ostream & operator<< (ostream &lhs, const DataHistory &rhs)
 

Function Documentation

ostream& operator<< ( ostream &  lhs,
const DataHistory rhs 
)

Definition at line 56 of file DataHistory.cpp.

56  {
57 
58  rhs.dump(lhs,false);
59 
60  return lhs;
61 
62 }
void dump(std::ostream &, const bool isXML=false, int indent=0) const
Definition: DataHistory.cpp:47