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