This is the complete list of members for Common::Path, including all inherited members.
append(const Path &x) const | Common::Path | inline |
append(const String &str, char separator='/') const | Common::Path | inline |
append(const char *str, char separator='/') const | Common::Path | inline |
appendComponent(const char *str) const | Common::Path | |
appendComponent(const String &x) const | Common::Path | inline |
appendInPlace(const Path &x) | Common::Path | |
appendInPlace(const String &str, char separator='/') | Common::Path | inline |
appendInPlace(const char *str, char separator='/') | Common::Path | |
baseName() const | Common::Path | |
clear() | Common::Path | inline |
empty() const | Common::Path | inline |
equals(const Path &x) const | Common::Path | inline |
equalsIgnoreCase(const Path &x) const | Common::Path | |
equalsIgnoreCaseAndMac(const Path &x) const | Common::Path | |
fromCommandLine(const String &value) | Common::Path | static |
fromConfig(const String &value) | Common::Path | static |
getLastComponent() const | Common::Path | |
getParent() const | Common::Path | |
hash() const | Common::Path | |
hashIgnoreCase() const | Common::Path | |
hashIgnoreCaseAndMac() const | Common::Path | |
isRelativeTo(const Common::Path &other) const | Common::Path | inline |
isSeparatorTerminated() const | Common::Path | inline |
join(const Path &x) const | Common::Path | inline |
join(const String &str, char separator='/') const | Common::Path | inline |
join(const char *str, char separator='/') const | Common::Path | inline |
joinComponents(StringArray::const_iterator begin, StringArray::const_iterator end) | Common::Path | static |
joinComponents(const StringArray &c) (defined in Common::Path) | Common::Path | inlinestatic |
joinInPlace(const Path &x) | Common::Path | |
joinInPlace(const String &str, char separator='/') | Common::Path | inline |
joinInPlace(const char *str, char separator='/') | Common::Path | |
kNativeSeparator | Common::Path | static |
kNoSeparator | Common::Path | static |
matchPattern(const Path &pattern) const | Common::Path | |
normalize() const | Common::Path | |
numComponents() const | Common::Path | |
operator!=(const Path &x) const | Common::Path | inline |
operator<(const Path &x) const (defined in Common::Path) | Common::Path | |
operator=(const Path &path) | Common::Path | inline |
operator=(const char *str) | Common::Path | inline |
operator=(const String &str) | Common::Path | inline |
operator==(const Path &x) const | Common::Path | inline |
Path() | Common::Path | inline |
Path(const Path &path) | Common::Path | inline |
Path(const char *str, char separator='/') | Common::Path | inline |
Path(const String &str, char separator='/') | Common::Path | inlineexplicit |
punycodeDecode() const | Common::Path | |
punycodeEncode() const | Common::Path | |
punycodeNeedsEncode() const | Common::Path | |
relativeTo(const Common::Path &other) const | Common::Path | |
removeTrailingSeparators() | Common::Path | |
set(const char *str, char separator='/') (defined in Common::Path) | Common::Path | inline |
splitComponents() const | Common::Path | |
toConfig() const | Common::Path | |
toLowercase() | Common::Path | inline |
toString(char separator='/') const | Common::Path | |
toUppercase() | Common::Path | inline |