|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Go to the source code of this file.
Classes | |
| class | juce::var |
| A variant class, that can be used to hold a range of primitive values. More... | |
| struct | juce::var::NativeFunctionArgs |
| This structure is passed to a NativeFunction callback, and contains invocation details about the function's arguments and context. More... | |
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |
Functions | |
| bool | juce::operator== (const var &, const var &) |
| Compares the values of two var objects, using the var::equals() comparison. | |
| bool | juce::operator!= (const var &, const var &) |
| Compares the values of two var objects, using the var::equals() comparison. | |
| bool | juce::operator< (const var &, const var &) |
| Compares the values of two var objects, using the var::equals() comparison. | |
| bool | juce::operator<= (const var &, const var &) |
| Compares the values of two var objects, using the var::equals() comparison. | |
| bool | juce::operator> (const var &, const var &) |
| Compares the values of two var objects, using the var::equals() comparison. | |
| bool | juce::operator>= (const var &, const var &) |
| Compares the values of two var objects, using the var::equals() comparison. | |
| bool | juce::operator== (const var &v1, const String &v2) |
| bool | juce::operator!= (const var &v1, const String &v2) |
| bool | juce::operator== (const var &v1, const char *v2) |
| bool | juce::operator!= (const var &v1, const char *v2) |