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 Fri Dec 15 17:50:30 2006 for ITM OverSim by  doxygen 1.4.7