The Gaudi Framework  v33r0 (d5ea422b)
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

◆ GAUDIKERNEL_HISTORYOBJ_CPP

#define GAUDIKERNEL_HISTORYOBJ_CPP

Definition at line 20 of file HistoryObj.cpp.

Function Documentation

◆ operator<<()

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

Definition at line 75 of file HistoryObj.cpp.

75  {
76  rhs.dump( lhs, false );
77  return lhs;
78 }
virtual void dump(std::ostream &, const bool isXML=false, int indent=0) const =0