CMS 3D CMS Logo

Functions
RPCDCCLink.cc File Reference
#include "CondFormats/RPCObjects/interface/RPCDCCLink.h"
#include <ostream>
#include <sstream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &ostream, RPCDCCLink const &link)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  ostream,
RPCDCCLink const &  link 
)

Definition at line 46 of file RPCDCCLink.cc.

References RPCDCCLink::getName().

47 {
48  return (ostream << link.getName());
49 }