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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 113 of file ServiceHistory.cpp.

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