|
Gin
|
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. | |
Simple key-value pair structure for representing a property.
Used by getPropertySet to return both property names and values together.