Gin
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Property Struct Reference

Simple key-value pair structure for representing a property. More...

#include <gin_varianthelpers.h>

Public Member Functions

 Property ()=default
 
 Property (const juce::String &k, const juce::var v)
 Construct a Property with a key and value.
 

Public Attributes

juce::String key
 Property name/key.
 
juce::var value
 Property value.
 

Detailed Description

Simple key-value pair structure for representing a property.

Used by getPropertySet to return both property names and values together.


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