JUCE
|
Functions | |
JUCE_API bool | operator== (const var &, const var &) |
Compares the values of two var objects, using the var::equals() comparison. More... | |
JUCE_API bool | operator!= (const var &, const var &) |
Compares the values of two var objects, using the var::equals() comparison. More... | |
JUCE_API bool | operator< (const var &, const var &) |
Compares the values of two var objects, using the var::equals() comparison. More... | |
JUCE_API bool | operator<= (const var &, const var &) |
Compares the values of two var objects, using the var::equals() comparison. More... | |
JUCE_API bool | operator> (const var &, const var &) |
Compares the values of two var objects, using the var::equals() comparison. More... | |
JUCE_API bool | operator>= (const var &, const var &) |
Compares the values of two var objects, using the var::equals() comparison. More... | |
JUCE_API bool | operator== (const var &, const String &) |
JUCE_API bool | operator!= (const var &, const String &) |
JUCE_API bool | operator== (const var &, const char *) |
JUCE_API bool | operator!= (const var &, const char *) |
Compares the values of two var objects, using the var::equals() comparison.
Referenced by ColourGradient::operator!=(), AudioPlayHead::CurrentPositionInfo::operator!=(), MidiBufferIterator::operator!=(), AudioProcessorGraph::NodeAndChannel::operator!=(), SortedSet< ElementType, TypeOfCriticalSectionToUse >::operator!=(), MPEZoneLayout::Zone::operator!=(), and LookAndFeel::playAlertSound().
Compares the values of two var objects, using the var::equals() comparison.
Referenced by ColourGradient::operator!=().
Compares the values of two var objects, using the var::equals() comparison.
Referenced by LookAndFeel::playAlertSound().
Compares the values of two var objects, using the var::equals() comparison.
Compares the values of two var objects, using the var::equals() comparison.
Compares the values of two var objects, using the var::equals() comparison.