concatenate(const String &glue="") const | StringList | |
ConstIterator typedef | StringList | |
ConstReverseIterator typedef | StringList | |
contains(const String &s) const | StringList | |
create(const String &list, const char splitter= ',') | StringList | static |
create(const char *const *list, UInt size) | StringList | static |
CsvFile() | CsvFile | |
CsvFile(const String &filename, char is= ',', bool ie=false, Int first_n=-1) | CsvFile | |
elements (defined in vector< T >) | vector< T > | |
fload(const String &filename, char is= ',', bool ie=false, Int first_n=-1) | CsvFile | |
getRow(Size row, StringList &list) | CsvFile | |
itemenclosed_ | CsvFile | private |
itemseperator_ | CsvFile | private |
Iterator typedef | StringList | |
load(const String &filename, bool trim_lines=false, Int first_n=-1) | TextFile | |
operator<<(const StringType &string) | StringList | inline |
operator=(const StringList &rhs) | StringList | |
operator=(const std::vector< String > &rhs) | StringList | |
operator=(const std::vector< std::string > &rhs) | StringList | |
ReverseIterator typedef | StringList | |
search(const Iterator &start, const String &text, bool trim=false) | StringList | |
search(const String &text, bool trim=false) | StringList | |
search(const ConstIterator &start, const String &text, bool trim=false) const | StringList | |
search(const String &text, bool trim=false) const | StringList | |
searchSuffix(const Iterator &start, const String &text, bool trim=false) | StringList | |
searchSuffix(const String &text, bool trim=false) | StringList | |
searchSuffix(const ConstIterator &start, const String &text, bool trim=false) const | StringList | |
searchSuffix(const String &text, bool trim=false) const | StringList | |
store(const String &filename) | TextFile | |
StringList() | StringList | |
StringList(const StringList &rhs) | StringList | |
StringList(const std::vector< String > &rhs) | StringList | |
StringList(const std::vector< std::string > &rhs) | StringList | |
StringList(const QStringList &rhs) | StringList | |
TextFile() | TextFile | |
TextFile(const String &filename, bool trim_lines=false, Int first_n=-1) | TextFile | |
toLower() | StringList | |
toUpper() | StringList | |
~CsvFile() | CsvFile | virtual |
~TextFile() | TextFile | virtual |