Each node in the graph has a UID of this type.
Public Member Functions | |
constexpr | NodeID ()=default |
constexpr | NodeID (uint32 i) |
constexpr bool | operator== (const NodeID &other) const noexcept |
constexpr bool | operator!= (const NodeID &other) const noexcept |
constexpr bool | operator< (const NodeID &other) const noexcept |
Public Attributes | |
uint32 | uid = 0 |
|
constexprdefault |
Referenced by operator!=(), operator<(), and operator==().
|
constexprnoexcept |
|
constexprnoexcept |
|
constexprnoexcept |
uint32 juce::AudioProcessorGraph::NodeID::uid = 0 |
Referenced by NodeID(), operator!=(), operator<(), and operator==().