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