JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::AudioProcessorValueTreeState::ParameterLayout::ParameterStorage< Contents > Struct Template Reference
Inheritance diagram for juce::AudioProcessorValueTreeState::ParameterLayout::ParameterStorage< Contents >:
Collaboration diagram for juce::AudioProcessorValueTreeState::ParameterLayout::ParameterStorage< Contents >:

Public Member Functions

 ParameterStorage (std::unique_ptr< Contents > input)
 
void accept (const Visitor &visitor) override
 

Public Attributes

std::unique_ptr< Contents > contents
 

Constructor & Destructor Documentation

◆ ParameterStorage()

template<typename Contents >
juce::AudioProcessorValueTreeState::ParameterLayout::ParameterStorage< Contents >::ParameterStorage ( std::unique_ptr< Contents >  input)
inlineexplicit

Member Function Documentation

◆ accept()

Member Data Documentation

◆ contents

template<typename Contents >
std::unique_ptr<Contents> juce::AudioProcessorValueTreeState::ParameterLayout::ParameterStorage< Contents >::contents

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