|
bool | juce::operator!= (const var &, const char *) |
|
bool | juce::operator!= (const var &, const String &) |
|
bool | juce::operator!= (const var &, const var &) |
| Compares the values of two var objects, using the var::equals() comparison. More...
|
|
bool | juce::operator< (const var &, const var &) |
| Compares the values of two var objects, using the var::equals() comparison. More...
|
|
bool | juce::operator<= (const var &, const var &) |
| Compares the values of two var objects, using the var::equals() comparison. More...
|
|
bool | juce::operator== (const var &, const char *) |
|
bool | juce::operator== (const var &, const String &) |
|
bool | juce::operator== (const var &, const var &) |
| Compares the values of two var objects, using the var::equals() comparison. More...
|
|
bool | juce::operator> (const var &, const var &) |
| Compares the values of two var objects, using the var::equals() comparison. More...
|
|
bool | juce::operator>= (const var &, const var &) |
| Compares the values of two var objects, using the var::equals() comparison. More...
|
|