JUCE
|
Classes | |
class | var |
A variant class, that can be used to hold a range of primitive values. More... | |
struct | var::NativeFunctionArgs |
This structure is passed to a NativeFunction callback, and contains invocation details about the function's arguments and context. More... | |
Functions | |
bool | operator== (const var &v1, const var &v2) noexcept |
Compares the values of two var objects, using the var::equals() comparison. More... | |
bool | operator!= (const var &v1, const var &v2) noexcept |
Compares the values of two var objects, using the var::equals() comparison. More... | |
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) |
Compares the values of two var objects, using the var::equals() comparison.
Referenced by MACAddress::getBytes(), MD5::getChecksumDataArray(), File::getFullPathName(), AudioChannelSet::isDisabled(), Result::ok(), RectanglePlacement::RectanglePlacement(), and PathStrokeType::setEndStyle().
Compares the values of two var objects, using the var::equals() comparison.
Referenced by MACAddress::getBytes(), MD5::getChecksumDataArray(), File::getFullPathName(), AudioChannelSet::isDisabled(), Result::ok(), RectanglePlacement::RectanglePlacement(), and PathStrokeType::setEndStyle().
bool operator== | ( | const var & | v1, |
const char * | v2 | ||
) |
bool operator!= | ( | const var & | v1, |
const char * | v2 | ||
) |