JUCE
Classes | Functions
juce_Variant.h File Reference

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...
 
struct  VariantConverter< Type >
 This template-overloaded class can be used to convert between var and custom types. More...
 
struct  VariantConverter< String >
 This template-overloaded class can be used to convert between var and custom types. More...
 

Functions

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

Function Documentation

bool operator== ( const var ,
const var  
)
noexcept
bool operator!= ( const var ,
const var  
)
noexcept
bool operator== ( const var ,
const String  
)
bool operator!= ( const var ,
const String  
)
bool operator== ( const var ,
const char *   
)
bool operator!= ( const var ,
const char *   
)