mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added to the docs for the Value class
This commit is contained in:
parent
2271d6d7fd
commit
fbc81a757e
1 changed files with 4 additions and 0 deletions
|
|
@ -40,6 +40,10 @@
|
|||
When you create a Value with its default constructor, it acts as a wrapper around a
|
||||
simple var object, but by creating a Value that refers to a custom subclass of ValueSource,
|
||||
you can map the Value onto any kind of underlying data.
|
||||
|
||||
Important note! The Value class is not thread-safe! If you're accessing one from
|
||||
multiple threads, then you'll need to use your own synchronisation around any code
|
||||
that accesses it.
|
||||
*/
|
||||
class JUCE_API Value
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue