JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::AudioProcessorGraph::NodeID Struct Reference

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

#include <juce_AudioProcessorGraph.h>

Collaboration diagram for juce::AudioProcessorGraph::NodeID:

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: