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 
9 
10 using namespace std;
11 
12 ostream& operator<<( ostream& s, DTEnums::DTCellSide p) {
13  switch(p) {
14  case DTEnums::undefLR:
15  return s << "undefined";
16  case DTEnums::Right:
17  return s << "Right";
18  case DTEnums::Left:
19  return s << "Left";
20  }
21  return s;
22 }
DTCellSide
Which side of the DT cell.
Definition: DTEnums.h:17
ostream & operator<<(std::ostream &o, vector< std::string > const &iValue)
Definition: refresh.cc:46