The Gaudi Framework  v30r3 (a5ef0a68)
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

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

Definition at line 124 of file JobHistory.cpp.

125 {
126  rhs.dump( lhs, false );
127  return lhs;
128 }
void dump(std::ostream &, const bool isXML=false, int indent=0) const override
Definition: JobHistory.cpp:91