LMMS
Loading...
Searching...
No Matches
juce::var::Instance Struct Reference

Static Public Attributes

static constexpr VariantType attributesVoid { VariantType::VoidTag{} }
static constexpr VariantType attributesUndefined { VariantType::UndefinedTag{} }
static constexpr VariantType attributesInt { VariantType::IntTag{} }
static constexpr VariantType attributesInt64 { VariantType::Int64Tag{} }
static constexpr VariantType attributesBool { VariantType::BoolTag{} }
static constexpr VariantType attributesDouble { VariantType::DoubleTag{} }
static constexpr VariantType attributesMethod { VariantType::MethodTag{} }
static constexpr VariantType attributesArray { VariantType::ArrayTag{} }
static constexpr VariantType attributesString { VariantType::StringTag{} }
static constexpr VariantType attributesBinary { VariantType::BinaryTag{} }
static constexpr VariantType attributesObject { VariantType::ObjectTag{} }

Member Data Documentation

◆ attributesArray

var::VariantType juce::var::Instance::attributesArray { VariantType::ArrayTag{} }
staticconstexpr

◆ attributesBinary

var::VariantType juce::var::Instance::attributesBinary { VariantType::BinaryTag{} }
staticconstexpr

◆ attributesBool

var::VariantType juce::var::Instance::attributesBool { VariantType::BoolTag{} }
staticconstexpr

◆ attributesDouble

var::VariantType juce::var::Instance::attributesDouble { VariantType::DoubleTag{} }
staticconstexpr

◆ attributesInt

var::VariantType juce::var::Instance::attributesInt { VariantType::IntTag{} }
staticconstexpr

◆ attributesInt64

var::VariantType juce::var::Instance::attributesInt64 { VariantType::Int64Tag{} }
staticconstexpr

◆ attributesMethod

var::VariantType juce::var::Instance::attributesMethod { VariantType::MethodTag{} }
staticconstexpr

◆ attributesObject

var::VariantType juce::var::Instance::attributesObject { VariantType::ObjectTag{} }
staticconstexpr

◆ attributesString

var::VariantType juce::var::Instance::attributesString { VariantType::StringTag{} }
staticconstexpr

◆ attributesUndefined

var::VariantType juce::var::Instance::attributesUndefined { VariantType::UndefinedTag{} }
staticconstexpr

◆ attributesVoid

var::VariantType juce::var::Instance::attributesVoid { VariantType::VoidTag{} }
staticconstexpr

The documentation for this struct was generated from the following file: