|
STK++ 1.0
|
In this file we implement the class ReadWriteCsv. More...
#include <iostream>#include <sstream>#include <fstream>#include <iomanip>#include "../include/STK_ReadWriteCsv.h"#include "../include/STK_DManager_Util.h"
Go to the source code of this file.
Namespaces | |
| namespace | STK |
STK means the Statistical ToolKit. | |
Functions | |
| static Integer | STK::maxLength (const Variable< String > &V) |
| Compute the maximal Length of the strings in V. | |
| static Integer | STK::CountCols (String const &line, String const &delimiters, Variable< String > &typeDelimiter) |
| Counts the number of columns in a line stored in a String and return the position of the delimiters and its types. | |
| istream & | STK::operator>> (istream &is, ReadWriteCsv &df) |
| Read the data from the stream and returns the stream when done. | |
| ostream & | STK::operator<< (ostream &os, ReadWriteCsv const &df) |
| write the data into the stream and returns the stream when done. | |
Variables | |
| static const std::string | STK::ERRORCODES [] |
| some errors messages. | |
In this file we implement the class ReadWriteCsv.
Definition in file STK_ReadWriteCsv.cpp.