CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 }