CMS 3D CMS Logo

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_.

00008 {
00009   ost << s.id_ << " " << s.addr_ << " " << s.name_;
00010   return ost;
00011 }


Generated on Tue Jun 9 17:53:33 2009 for CMSSW by  doxygen 1.5.4