|
OpenMS
2.5.0
|
Go to the documentation of this file.
70 CsvFile(
const String& filename,
char is =
',',
bool ie =
false,
Int first_n = -1);
82 void load(
const String& filename,
char is =
',',
bool ie =
false,
Int first_n = -1);
89 void store(
const String& filename);
122 std::vector<String>::size_type rowCount()
const;
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
This class provides some basic file handling methods for text files.
Definition: TextFile.h:46
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
bool itemenclosed_
Definition: CsvFile.h:126
This class handles csv files. Currently only loading is implemented.
Definition: CsvFile.h:49
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
char itemseperator_
Definition: CsvFile.h:125