JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce_Value.h File Reference
This graph shows which files directly or indirectly include 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
 

Functions

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