The Gaudi Framework  v30r3 (a5ef0a68)
HistoryObj.h File Reference
#include "GaudiKernel/ClassID.h"
#include "GaudiKernel/DataObject.h"
#include <ostream>
#include <string>
Include dependency graph for HistoryObj.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HistoryObj
 Base class for History Objects. More...
 

Functions

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

Function Documentation

GAUDI_API 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