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