GiaKeyList.cc File Reference


Detailed Description

Author:
Robert Palmer

#include "GiaKeyList.h"

Functions

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


Function Documentation

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

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


Generated on Fri May 11 14:52:39 2007 for ITM OverSim by  doxygen 1.4.7