JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
juce_Value.h File Reference

Go to the source code of this file.

Classes

class  juce::Value
 Represents a shared variant value. More...
 
class  juce::Value::Listener
 Receives callbacks when a Value object changes. More...
 
class  juce::Value::ValueSource
 Used internally by the Value class as the base class for its shared value objects. More...
 

Namespaces

namespace  juce
 JUCE Namespace.
 

Functions

OutputStream &JUCE_CALLTYPE juce::operator<< (OutputStream &, const Value &)
 Writes a Value to an OutputStream as a UTF8 string.