Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v28r2p1 (f1a77ff4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 144 of file AlgorithmHistory.cpp.

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