CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTEnums.cc
Go to the documentation of this file.
1 
7 
8 using namespace std;
9 
10 ostream& operator<<( ostream& s, DTEnums::DTCellSide p) {
11  switch(p) {
12  case DTEnums::undefLR:
13  return s << "undefined";
14  case DTEnums::Right:
15  return s << "Right";
16  case DTEnums::Left:
17  return s << "Left";
18  }
19  return s;
20 }
DTCellSide
Which side of the DT cell.
Definition: DTEnums.h:15
ostream & operator<<(std::ostream &o, vector< std::string > const &iValue)
Definition: refresh.cc:46