|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 2009 |
#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 ) ; }