|
JUCE
|
Each node in the graph has a UID of this type. More...
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 |
Each node in the graph has a UID of this type.
|
constexprdefault |
|
constexprnoexcept |
|
constexprnoexcept |
|
constexprnoexcept |
| uint32 AudioProcessorGraph::NodeID::uid = 0 |