All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
AlgToolHistory.cpp File Reference
#include "GaudiKernel/AlgToolHistory.h"
#include "GaudiKernel/JobHistory.h"
#include "GaudiKernel/AlgTool.h"
#include <iostream>
Include dependency graph for AlgToolHistory.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 114 of file AlgToolHistory.cpp.

114  {
115 
116  rhs.dump(lhs,false);
117 
118  return lhs;
119 }
void dump(std::ostream &, const bool isXML=false, int indent=0) const