GiaKeyList.cc File Reference


Detailed Description

Author:
Robert Palmer

#include <vector>
#include "GiaKeyList.h"

Functions

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


Function Documentation

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

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


Generated on Fri Sep 19 13:05:05 2008 for ITM OverSim by  doxygen 1.5.5