The Gaudi Framework  v29r0 (ff2e7097)
ServiceHistory.h File Reference
#include "GaudiKernel/HistoryObj.h"
#include "GaudiKernel/IVersHistoryObj.h"
#include <string>
#include <vector>
Include dependency graph for ServiceHistory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ServiceHistory
 ServiceHistory class definition. More...
 

Functions

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

Function Documentation

GAUDI_API std::ostream& operator<< ( std::ostream lhs,
const ServiceHistory rhs 
)

Definition at line 119 of file ServiceHistory.cpp.

120 {
121 
122  rhs.dump( lhs, false );
123 
124  return lhs;
125 }
void dump(std::ostream &, const bool isXML=false, int indent=0) const override