Functions

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.

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