Gaudi Framework, version v23r6

Home   Generated: Wed Jan 30 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
JobHistory.h File Reference
#include "GaudiKernel/HistoryObj.h"
#include "GaudiKernel/IVersHistoryObj.h"
#include <string>
#include <vector>
#include <utility>
#include <iosfwd>
#include <ctime>
Include dependency graph for JobHistory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JobHistory
 JobHistory class definition. More...
 

Functions

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

Function Documentation

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

Definition at line 136 of file JobHistory.cpp.

{
rhs.dump(lhs,false);
return lhs;
}

Generated at Wed Jan 30 2013 17:13:43 for Gaudi Framework, version v23r6 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004