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