Each node in the graph has a UID of this type. More...
#include <juce_AudioProcessorGraph.h>
Public Member Functions | |
NodeID () | |
NodeID (uint32 i) | |
bool | operator!= (const NodeID &other) const noexcept |
bool | operator< (const NodeID &other) const noexcept |
bool | operator== (const NodeID &other) const noexcept |
Public Attributes | |
uint32 | uid = 0 |
Each node in the graph has a UID of this type.
|
inline |
|
inlineexplicit |
uint32 juce::AudioProcessorGraph::NodeID::uid = 0 |