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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 136 of file JobHistory.cpp.

136  {
137 
138  rhs.dump(lhs,false);
139 
140  return lhs;
141 }
void dump(std::ostream &, const bool isXML=false, int indent=0) const
Definition: JobHistory.cpp:95