GiaKeyList.cc File Reference

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

Go to the source code of this file.

Functions

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

Detailed Description

Author:
Robert Palmer

Definition in file GiaKeyList.cc.


Function Documentation

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

Definition at line 73 of file GiaKeyList.cc.

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

Generated on Wed May 26 16:21:15 2010 for OverSim by  doxygen 1.6.3