, including all inherited members.
| add(const String &stringToAdd) | StringArray | |
| addArray(const StringArray &other, int startIndex=0, int numElementsToAdd=-1) | StringArray | |
| addIfNotAlreadyThere(const String &stringToAdd, bool ignoreCase=false) | StringArray | |
| addLines(const String &stringToBreakUp) | StringArray | |
| addTokens(const String &stringToTokenise, bool preserveQuotedStrings) | StringArray | |
| addTokens(const String &stringToTokenise, const String &breakCharacters, const String "eCharacters) | StringArray | |
| appendNumbersToDuplicates(bool ignoreCaseWhenComparing, bool appendNumberToFirstInstance, const juce_wchar *preNumberString=0, const juce_wchar *postNumberString=0) | StringArray | |
| clear() | StringArray | |
| contains(const String &stringToLookFor, bool ignoreCase=false) const | StringArray | |
| getReference(int index) | StringArray | |
| indexOf(const String &stringToLookFor, bool ignoreCase=false, int startIndex=0) const | StringArray | |
| insert(int index, const String &stringToAdd) | StringArray | |
| joinIntoString(const String &separatorString, int startIndex=0, int numberOfElements=-1) const | StringArray | |
| minimiseStorageOverheads() | StringArray | |
| move(int currentIndex, int newIndex) | StringArray | |
| operator!=(const StringArray &other) const | StringArray | |
| operator=(const StringArray &other) | StringArray | |
| operator==(const StringArray &other) const | StringArray | |
| operator[](int index) const | StringArray | |
| remove(int index) | StringArray | |
| removeDuplicates(bool ignoreCase) | StringArray | |
| removeEmptyStrings(bool removeWhitespaceStrings=true) | StringArray | |
| removeString(const String &stringToRemove, bool ignoreCase=false) | StringArray | |
| set(int index, const String &newString) | StringArray | |
| size() const | StringArray | |
| sort(bool ignoreCase) | StringArray | |
| StringArray() | StringArray | |
| StringArray(const StringArray &other) | StringArray | |
| StringArray(const String &firstValue) | StringArray | [explicit] |
| StringArray(const juce_wchar **strings, int numberOfStrings) | StringArray | |
| StringArray(const char **strings, int numberOfStrings) | StringArray | |
| StringArray(const juce_wchar **strings) | StringArray | [explicit] |
| StringArray(const char **strings) | StringArray | [explicit] |
| trim() | StringArray | |
| ~StringArray() | StringArray | |