JAPAn
Just Another Parity Analyzer
Loading...
Searching...
No Matches
QwParameterFile.cc File Reference

Implementation for parameter file parsing and management. More...

#include "QwParameterFile.h"
#include <sstream>
#include <climits>
#include <algorithm>
#include <cctype>
#include "QwLog.h"
+ Include dependency graph for QwParameterFile.cc:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &stream, const QwParameterFile &file)
 

Detailed Description

Implementation for parameter file parsing and management.

Definition in file QwParameterFile.cc.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & stream,
const QwParameterFile & file )
Todo
TODO (wdc) operator<< on QwParameterFile requires RewindToFileStart

Definition at line 757 of file QwParameterFile.cc.

758{
759 /// \todo TODO (wdc) operator<< on QwParameterFile requires RewindToFileStart
760 std::string line;
761 stream << file.fStream.rdbuf();
762 return stream;
763}
std::stringstream fStream