Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
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...
 

Namespaces

 Gaudi
 Helper functions to set/get the application return code.
 

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 106 of file AlgorithmHistory.cpp.

106  {
107  rhs.dump( lhs, false );
108  return lhs;
109 }
void dump(std::ostream &, const bool isXML=false, int indent=0) const override