![]() |
|
|
Generated: 18 Jul 2008 |
#include <iostream>
#include "boost/algorithm/string.hpp"
#include "JobOptionsCatalogue.h"
#include <sstream>
#include "GaudiKernel/Parsers.h"
Include dependency graph for JobOptionsCatalogue.cpp:

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.
References c.
00125 { return c.fillStream ( o ) ; }