The Gaudi Framework  v33r1 (b1225454)
SvcCatalog.cpp File Reference
#include <iostream>
#include <sstream>
#include "boost/algorithm/string.hpp"
#include "SvcCatalog.h"
Include dependency graph for SvcCatalog.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

printoput operator

Definition at line 129 of file SvcCatalog.cpp.

129 { return c.fillStream( o ); }