#include <CSVformat.hpp>
CSVformat::CSVformat |
( |
bool |
flagHeader = true , |
|
|
int |
nSkip = 0 , |
|
|
char |
charSep = ',' , |
|
|
char |
charDec = '.' , |
|
|
const String & |
naString = STRING_NA |
|
) |
| |
CSVformat::~CSVformat |
( |
| ) |
|
|
virtual |
CSVformat * CSVformat::create |
( |
bool |
flagHeader = true , |
|
|
int |
nSkip = 0 , |
|
|
char |
charSep = ',' , |
|
|
char |
charDec = '.' , |
|
|
const String & |
naString = STRING_NA |
|
) |
| |
|
static |
char CSVformat::getCharDec |
( |
| ) |
const |
|
inline |
char CSVformat::getCharSep |
( |
| ) |
const |
|
inline |
bool CSVformat::getFlagHeader |
( |
| ) |
const |
|
inline |
const String CSVformat::getNaString |
( |
| ) |
const |
|
inline |
int CSVformat::getNSkip |
( |
| ) |
const |
|
inline |
void CSVformat::setCharDec |
( |
char |
charDec | ) |
|
|
inline |
void CSVformat::setCharSep |
( |
char |
charSep | ) |
|
|
inline |
void CSVformat::setFlagHeader |
( |
bool |
flagHeader | ) |
|
|
inline |
void CSVformat::setNaString |
( |
const String & |
naString | ) |
|
|
inline |
void CSVformat::setNSkip |
( |
int |
nskip | ) |
|
|
inline |
The documentation for this class was generated from the following files: