LMMS
Loading...
Searching...
No Matches
juce::AudioProcessorGraph::NodeID Struct Reference

#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

Detailed Description

Each node in the graph has a UID of this type.

Constructor & Destructor Documentation

◆ NodeID() [1/2]

juce::AudioProcessorGraph::NodeID::NodeID ( )
inline

◆ NodeID() [2/2]

juce::AudioProcessorGraph::NodeID::NodeID ( uint32 i)
inlineexplicit

Member Function Documentation

◆ operator!=()

bool juce::AudioProcessorGraph::NodeID::operator!= ( const NodeID & other) const
inlinenoexcept

◆ operator<()

bool juce::AudioProcessorGraph::NodeID::operator< ( const NodeID & other) const
inlinenoexcept

◆ operator==()

bool juce::AudioProcessorGraph::NodeID::operator== ( const NodeID & other) const
inlinenoexcept

Member Data Documentation

◆ uid

uint32 juce::AudioProcessorGraph::NodeID::uid = 0

The documentation for this struct was generated from the following file: