CMS 3D CMS Logo

L1GctUnsignedInt.h File Reference

#include <boost/cstdint.hpp>
#include <ostream>

Go to the source code of this file.

Classes

class  L1GctUnsignedInt< nBits >
 Definition of unsigned integer types with overflow. More...

Functions

template<int nBits>
std::ostream & operator<< (std::ostream &s, const L1GctUnsignedInt< nBits > &data)


Function Documentation

template<int nBits>
std::ostream & operator<< ( std::ostream &  s,
const L1GctUnsignedInt< nBits > &  data 
) [inline]

Definition at line 166 of file L1GctUnsignedInt.h.

References data, and s.

00166                                                                            {
00167 
00168   s << "L1GctUnsignedInt value : " << data.value();
00169   if (data.overFlow()) { s << " Overflow set! "; }
00170 
00171   return s;
00172 
00173 }


Generated on Tue Jun 9 17:54:37 2009 for CMSSW by  doxygen 1.5.4