OpenShot Library | libopenshot-audio
0.2.0
|
88 bool containsKey (
StringRef key)
const noexcept;
97 inline int size() const noexcept {
return keys.size(); }
124 void remove (
int index);
129 void setIgnoresCase (
bool shouldIgnoreCase);
135 String getDescription()
const;
144 void minimiseStorageOverheads();
A special array for holding a list of strings.
A simple class for holding temporary references to a string literal or String.
const StringArray & getAllKeys() const noexcept
Returns a list of all keys in the array.
#define JUCE_API
This macro is added to all JUCE public class declarations.
A container for holding a set of strings which are keyed by another string.
int size() const noexcept
Returns the number of strings in the array.
const StringArray & getAllValues() const noexcept
Returns a list of all values in the array.