The Gaudi Framework  v33r0 (d5ea422b)
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 116 of file AlgorithmHistory.cpp.

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