CMS 3D CMS Logo

Classes | Namespaces | Functions

/data/refman/pasoursint/CMSSW_5_3_1/src/CondCore/ORA/interface/Version.h File Reference

#include <string>

Go to the source code of this file.

Classes

class  ora::Version

Namespaces

namespace  ora
 

TO BE REMOVED.


Functions

std::ostream & operator<< (std::ostream &os, const ora::Version &ver)

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const ora::Version ver 
) [inline]

Definition at line 41 of file Version.h.

References ora::Version::toOutputStream().

                                                                       {
  ver.toOutputStream(os);
  return os;
}