The Gaudi Framework  v29r0 (ff2e7097)
HistoryObj.cpp File Reference
Include dependency graph for HistoryObj.cpp:

Go to the source code of this file.

Macros

#define GAUDIKERNEL_HISTORYOBJ_CPP
 

Functions

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

Macro Definition Documentation

#define GAUDIKERNEL_HISTORYOBJ_CPP

Definition at line 10 of file HistoryObj.cpp.

Function Documentation

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

Definition at line 70 of file HistoryObj.cpp.

71 {
72  rhs.dump( lhs, false );
73  return lhs;
74 }
virtual void dump(std::ostream &, const bool isXML=false, int indent=0) const =0