CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 122 of file RPCLBLink.cc.

References RPCLBLink::getName().

123 {
124  return (ostream << link.getName());
125 }