|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#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.
00125 { return c.fillStream ( o ) ; }