CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &_ostream, RPCFebConnector const &_connector)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  _ostream,
RPCFebConnector const &  _connector 
)

Definition at line 27 of file RPCFebConnector.cc.

References RPCFebConnector::getString().

28 {
29  return (_ostream << _connector.getString());
30 }