STK++ 1.0
STK_ReadWriteCsv.h File Reference

In this file we define the class ReadWriteCsv. More...

#include "STK_Variable.h"
#include "../../Arrays/include/STK_Array1D.h"
Include dependency graph for STK_ReadWriteCsv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  STK::ReadWriteCsv
 the ReadWriteCsv class : allow to write and/or to read a csv file. More...

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


namespace  STK::Csv
 

The STK::Csv namespace contains the constants used in the DManager project when using csv files.


Enumerations

enum  STK::Csv::readflags { STK::Csv::RF_APPEND_DATA = 0x00000004, STK::Csv::RF_REPLACE_DATA = 0x00000008 }
 enumeration of read flags These flags determine the behavior of the reading methods. More...

Functions

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 Integer STK::Csv::DEFAULT_RESERVE = Integer(0x0FFFF)
 Set Array1D<string>::reserve() with this value.
static const Char * STK::Csv::DEFAULT_DELIMITER = _T(",")
 Defines the default field delimiter in a file.

Detailed Description

In this file we define the class ReadWriteCsv.

This class allow to handle csv files in various ways.

Definition in file STK_ReadWriteCsv.h.