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 Thu Apr 17 13:19:27 2008 for ITM OverSim by  doxygen 1.5.3