JUCE
Classes | Typedefs | Functions
juce_Value.h File Reference

Classes

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

Typedefs

typedef Value::Listener ValueListener
 This typedef is just for compatibility with old code - newer code should use the Value::Listener class directly. More...
 

Functions

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

Typedef Documentation

This typedef is just for compatibility with old code - newer code should use the Value::Listener class directly.

Function Documentation

OutputStream& JUCE_CALLTYPE operator<< ( OutputStream ,
const Value  
)

Writes a Value to an OutputStream as a UTF8 string.