I3IdentifierStack.cc File Reference

#include "I3IdentifierStack.h"

Functions

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


Function Documentation

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

00127                                                                    {
00128     list<I3SubIdentifier>::const_iterator it;
00129 
00130     for (it = s.stack.begin(); it != s.stack.end(); it++) {
00131         os << *it << ", ";
00132     }
00133     return os;
00134 }


Generated on Thu Apr 17 13:19:27 2008 for ITM OverSim by  doxygen 1.5.3