OpenMS
|
This is the complete list of members for CsvFile, including all inherited members.
addLine(const StringType &line) | TextFile | inlineprivate |
addRow(const StringList &list) | CsvFile | |
begin() const | TextFile | private |
begin() | TextFile | private |
buffer_ | TextFile | private |
clear() | CsvFile | |
ConstIterator typedef | TextFile | private |
ConstReverseIterator typedef | TextFile | private |
CsvFile() | CsvFile | |
CsvFile(const String &filename, char is=',', bool ie=false, Int first_n=-1) | CsvFile | |
end() const | TextFile | private |
end() | TextFile | private |
getLine(std::istream &is, std::string &t) | TextFile | privatestatic |
getRow(Size row, StringList &list) const | CsvFile | |
itemenclosed_ | CsvFile | private |
itemseperator_ | CsvFile | private |
Iterator typedef | TextFile | private |
load(const String &filename, char is=',', bool ie=false, Int first_n=-1) | CsvFile | |
OpenMS::TextFile::load(const String &filename, bool trim_lines=false, Int first_n=-1, bool skip_empty_lines=false, const String &comment_symbol="") | TextFile | private |
operator<<(const StringType &string) | TextFile | inlineprivate |
ReverseIterator typedef | TextFile | private |
rowCount() const | CsvFile | |
store(const String &filename) | CsvFile | |
TextFile() | TextFile | private |
TextFile(const String &filename, bool trim_lines=false, Int first_n=-1, bool skip_empty_lines=false, const String &comment_symbol="") | TextFile | private |
~CsvFile() override | CsvFile | |
~TextFile() | TextFile | privatevirtual |