CMS 3D CMS Logo

Classes | Namespaces | Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CondFormats/Common/interface/Summary.h File Reference

#include <string>
#include <iosfwd>

Go to the source code of this file.

Classes

class  cond::Summary

Namespaces

namespace  cond

Functions

std::ostream & operator<< (std::ostream &os, cond::Summary const &s)

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
cond::Summary const &  s 
) [inline]

Definition at line 28 of file Summary.h.

References cond::Summary::shortMessage().

                                                                       {
  s.shortMessage(os); return os;
}