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

Go to the source code of this file.

Classes

class  AlgorithmHistory
 AlgorithmHistory class definition. More...
 

Functions

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

Function Documentation

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

Definition at line 137 of file AlgorithmHistory.cpp.

138 {
139  rhs.dump( lhs, false );
140  return lhs;
141 }
void dump(std::ostream &, const bool isXML=false, int indent=0) const override