#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include "QCFiles.hpp"
#include "QCGeneralData.hpp"
Include dependency graph for QCReader.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | QCReader |
Functions | |
void | trim (string &str) |
|
Removes white spaces from the begining and the end of string Definition at line 227 of file QCReader.hpp. Referenced by QCReader::gotoNextLine(). |