|
Gaudi Framework, version v23r4 |
| Home | Generated: Mon Sep 17 2012 |
#include "GaudiKernel/HistoryObj.h"#include "GaudiKernel/Property.h"
Go to the source code of this file.
Defines | |
| #define | GAUDIKERNEL_HISTORYOBJ_CPP |
Functions | |
| std::ostream & | operator<< (std::ostream &lhs, const HistoryObj &rhs) |
| #define GAUDIKERNEL_HISTORYOBJ_CPP |
Definition at line 11 of file HistoryObj.cpp.
| std::ostream& operator<< | ( | std::ostream & | lhs, |
| const HistoryObj & | rhs | ||
| ) |
Definition at line 73 of file HistoryObj.cpp.
{
rhs.dump(lhs,false);
return lhs;
}