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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 144 of file ServiceHistory.cpp.

144  {
145 
146  rhs.dump(lhs,false);
147 
148  return lhs;
149 }
void dump(std::ostream &, const bool isXML=false, int indent=0) const