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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 118 of file JobHistory.cpp.

118  {
119  rhs.dump( lhs, false );
120  return lhs;
121 }
void dump(std::ostream &, const bool isXML=false, int indent=0) const override
Definition: JobHistory.cpp:86