Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
SvcCatalog.h File Reference
#include <map>
#include <string>
#include <vector>
#include "GaudiKernel/Property.h"
#include "GaudiKernel/StatusCode.h"
Include dependency graph for SvcCatalog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SvcCatalog
 

Functions

std::ostreamoperator<< (std::ostream &o, const SvcCatalog &c)
 printoput operator More...
 

Function Documentation

std::ostream& operator<< ( std::ostream o,
const SvcCatalog c 
)

printoput operator

Definition at line 119 of file SvcCatalog.cpp.

119 { return c.fillStream( o ); }
std::ostream & fillStream(std::ostream &o) const
dump the content of catalog to std::ostream
Definition: SvcCatalog.cpp:96