The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
DataHistory.h File Reference
#include "GaudiKernel/HistoryObj.h"
#include "GaudiKernel/ClassID.h"
#include "GaudiKernel/StatusCode.h"
#include <iostream>
#include <string>
#include <vector>
Include dependency graph for DataHistory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DataHistory
 DataHistory class definition. More...
 
class  DataHistory::DataHistoryOrder
 

Functions

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

Function Documentation

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

Definition at line 46 of file DataHistory.cpp.

46  {
47 
48  rhs.dump( lhs, false );
49  return lhs;
50 }
void dump(std::ostream &, const bool isXML=false, int indent=0) const override
Definition: DataHistory.cpp:38