Classes | |
class | juce::ToVarOptions |
Options that control conversion from arbitrary types to juce::var. More... | |
class | juce::ToVar |
Allows converting an object of arbitrary type to var. More... | |
class | juce::FromVar |
Allows converting a var to an object of arbitrary type. More... | |
struct | juce::VariantConverter< Type > |
This template-overloaded class can be used to convert between var and custom types. More... | |
struct | juce::StrictVariantConverter< Type > |
A helper type that can be used to implement specialisations of VariantConverter that use FromVar::convert and ToVar::convert internally. More... |
Namespaces | |
namespace | juce |