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 |
Referenced by operator!=(), operator<(), and operator==().
|
constexprnoexcept |
|
constexprnoexcept |
|
constexprnoexcept |
uint32 AudioProcessorGraph::NodeID::uid = 0 |
Referenced by NodeID(), operator!=(), operator<(), and operator==().