|
Gaudi Framework, version v22r1 |
| Home | Generated: Mon Feb 28 2011 |
#include <iostream>#include "boost/algorithm/string.hpp"#include "JobOptionsCatalogue.h"#include <sstream>#include "GaudiKernel/Parsers.h"
Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &o, const JobOptionsCatalogue &c) |
| printoput operator | |
| std::ostream& operator<< | ( | std::ostream & | o, |
| const JobOptionsCatalogue & | c | ||
| ) |
printoput operator
Definition at line 124 of file JobOptionsCatalogue.cpp.
{ return c.fillStream ( o ) ; }