The Gaudi Framework  v32r2 (46d42edc)
AlgorithmHistory.cpp File Reference
#include "GaudiKernel/AlgorithmHistory.h"
#include "GaudiKernel/JobHistory.h"
#include <Gaudi/Algorithm.h>
#include <assert.h>
#include <iostream>
Include dependency graph for AlgorithmHistory.cpp:

Go to the source code of this file.

Functions

ostreamoperator<< (ostream &lhs, const AlgorithmHistory &rhs)
 

Function Documentation

◆ operator<<()

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

Definition at line 106 of file AlgorithmHistory.cpp.

106  {
107  rhs.dump( lhs, false );
108  return lhs;
109 }
void dump(std::ostream &, const bool isXML=false, int indent=0) const override