openshot-audio
0.1.7
|
Go to the source code of this file.
Classes | |
class | var |
struct | var::NativeFunctionArgs |
Macros | |
#define | JUCE_VARIANT_H_INCLUDED |
Functions | |
bool | operator== (const var &v1, const var &v2) noexcept |
bool | operator!= (const var &v1, const var &v2) noexcept |
bool | operator== (const var &v1, const String &v2) |
bool | operator!= (const var &v1, const String &v2) |
bool | operator== (const var &v1, const char *v2) |
bool | operator!= (const var &v1, const char *v2) |
#define JUCE_VARIANT_H_INCLUDED |
Compares the values of two var objects, using the var::equals() comparison.
Compares the values of two var objects, using the var::equals() comparison.