CMS 3D CMS Logo

Classes | Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DetectorDescription/Core/interface/DDValuePair.h File Reference

#include <string>
#include <map>

Go to the source code of this file.

Classes

struct  DDValuePair

Functions

std::ostream & operator<< (std::ostream &o, const DDValuePair &v)

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const DDValuePair v 
)

Definition at line 182 of file DDValue.cc.

                                                               {
  return o<< v.second;
  //  return o << v.first << ':' << v.second;
}