STK++ 0.9.13
|
In this file we define the class TReadWriteCsv. More...
#include <iomanip>
#include <Arrays/include/STK_Array1D.h>
#include <Arrays/include/STK_ArrayBase.h>
#include "STK_Variable.h"
Go to the source code of this file.
Classes | |
class | STK::TReadWriteCsv< Type > |
the TReadWriteCsv class : allow to write and/or to read a csv file. More... | |
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
namespace | STK::Csv |
The STK::Csv namespace contains the constants used in the DManager project when using csv files. | |
Typedefs | |
typedef class TReadWriteCsv< String > | STK::ReadWriteCsv |
Enumerations | |
enum | STK::Csv::readflags { STK::Csv::RW_APPEND_DATA = 0x00000004 , STK::Csv::RW_REPLACE_DATA = 0x00000008 } |
TODO: These flags determine the behavior of the reading methods. More... | |
In this file we define the class TReadWriteCsv.
This class allow to handle csv files in various ways.
Definition in file STK_ReadWriteCsv.h.