All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SvcCatalog.h File Reference
#include <map>
#include <vector>
#include <string>
#include "GaudiKernel/StatusCode.h"
#include "GaudiKernel/Property.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::ostream & operator<< (std::ostream &o, const SvcCatalog &c)
 printoput operator
 

Function Documentation

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

printoput operator

Definition at line 123 of file SvcCatalog.cpp.

{ return c.fillStream ( o ) ; }