This is the complete list of members for juce::Identifier, including all inherited members.
getCharPointer() const noexcept | juce::Identifier | inline |
Identifier() noexcept | juce::Identifier | |
Identifier(const char *name) | juce::Identifier | |
Identifier(const String &name) | juce::Identifier | |
Identifier(String::CharPointerType nameStart, String::CharPointerType nameEnd) | juce::Identifier | |
Identifier(const Identifier &other) noexcept | juce::Identifier | |
Identifier(Identifier &&other) noexcept | juce::Identifier | |
isNull() const noexcept | juce::Identifier | inline |
isValid() const noexcept | juce::Identifier | inline |
isValidIdentifier(const String &possibleIdentifier) noexcept | juce::Identifier | static |
name | juce::Identifier | private |
null | juce::Identifier | static |
operator String::CharPointerType() const noexcept | juce::Identifier | inline |
operator StringRef() const noexcept | juce::Identifier | inline |
operator!=(const Identifier &other) const noexcept | juce::Identifier | inline |
operator!=(StringRef other) const noexcept | juce::Identifier | inline |
operator<(StringRef other) const noexcept | juce::Identifier | inline |
operator<=(StringRef other) const noexcept | juce::Identifier | inline |
operator=(const Identifier &other) noexcept | juce::Identifier | |
operator=(Identifier &&other) noexcept | juce::Identifier | |
operator==(const Identifier &other) const noexcept | juce::Identifier | inline |
operator==(StringRef other) const noexcept | juce::Identifier | inline |
operator>(StringRef other) const noexcept | juce::Identifier | inline |
operator>=(StringRef other) const noexcept | juce::Identifier | inline |
toString() const noexcept | juce::Identifier | inline |
~Identifier() noexcept | juce::Identifier |