The Gaudi Framework  v30r3 (a5ef0a68)
JobHistory.h File Reference
#include "GaudiKernel/HistoryObj.h"
#include "GaudiKernel/IVersHistoryObj.h"
#include "GaudiKernel/PropertyFwd.h"
#include <ctime>
#include <iosfwd>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for JobHistory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JobHistory
 JobHistory class definition. More...
 

Functions

GAUDI_API std::ostreamoperator<< (std::ostream &lhs, const JobHistory &rhs)
 

Function Documentation

GAUDI_API std::ostream& operator<< ( std::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