This is the complete list of members for sptk::Strings, including all inherited members.
argument() const | sptk::Strings | inline |
argument(int64_t d) | sptk::Strings | inline |
clear() | sptk::Strings | inline |
emplace_back(Args &&... args) | sptk::Strings | inline |
fromString(const String &src, const char *delimiter, SplitMode mode) | sptk::Strings | |
grep(const String &pattern) const | sptk::Strings | |
indexOf(const String &needle) const | sptk::Strings | virtual |
join(const String &delimiter) const | sptk::Strings | |
loadFromFile(const fs::path &fileName) | sptk::Strings | |
operator=(const Strings &other)=default (defined in sptk::Strings) | sptk::Strings | |
operator=(Strings &&other)=default (defined in sptk::Strings) | sptk::Strings | |
operator[](size_t index) | sptk::Strings | inline |
operator[](size_t index) const | sptk::Strings | inline |
push_back(const String &str) | sptk::Strings | inline |
push_back(String &&str) | sptk::Strings | inline |
remove(size_t i) | sptk::Strings | inline |
remove(const String &str) | sptk::Strings | inline |
resize(size_t size) | sptk::Strings | inline |
saveToFile(const fs::path &fileName) const | sptk::Strings | |
sort(bool ascending=true) | sptk::Strings | |
SortOrder enum name | sptk::Strings | |
SplitMode enum name | sptk::Strings | |
Strings()=default | sptk::Strings | |
Strings(const Strings &other)=default | sptk::Strings | |
Strings(Strings &&other)=default | sptk::Strings | |
Strings(std::initializer_list< String > list) | sptk::Strings | inline |
Strings(const String &src, const char *delimiter, SplitMode mode=SplitMode::DELIMITER) noexcept | sptk::Strings | |
~Strings()=default | sptk::Strings | virtual |