CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_2_9_HLT1_bphpatch4/src/FWCore/Services/src/Sym.cc File Reference

#include "Sym.h"
#include <ostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &ost, const Sym &s)

Function Documentation

std::ostream& operator<< ( std::ostream &  ost,
const Sym s 
)

Definition at line 7 of file Sym.cc.

References Sym::addr_, Sym::id_, and Sym::name_.

{
  ost << s.id_ << " " << s.addr_ << " " << s.name_;
  return ost;
}