CMS 3D CMS Logo

Classes | Functions
RPCDCCLink.h File Reference
#include <cstdint>
#include <string>
#include <iosfwd>
#include <climits>
#include "CondFormats/Serialization/interface/Serializable.h"
#include "CondFormats/RPCObjects/interface/RPCDCCLink.icc"

Go to the source code of this file.

Classes

class  RPCDCCLink
 

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 }