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

Go to the source code of this file.

Classes

class  AlgToolHistory
 AlgToolHistory class definition. More...
 

Functions

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

Function Documentation

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

Definition at line 98 of file AlgToolHistory.cpp.

99 {
100 
101  rhs.dump( lhs, false );
102 
103  return lhs;
104 }
void dump(std::ostream &, const bool isXML=false, int indent=0) const override