KeyList.cc File Reference


Detailed Description

Author:
Robert Palmer

#include "KeyList.h"

Functions

std::ostream & operator<< (std::ostream &os, const KeyList &k)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const KeyList k 
)

00073 {
00074     for ( uint i = 0; i<k.keyList.size(); i++ )
00075         os << k.keyList[i];
00076     return os;
00077 }


Generated on Wed Apr 4 13:37:05 2007 for ITM OverSim by  doxygen 1.4.7