JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::AudioProcessorGraph::NodeID Struct Reference

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

#include "juce_AudioProcessorGraph.h"

Public Member Functions

 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
 

Detailed Description

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

Definition at line 59 of file juce_AudioProcessorGraph.h.

Constructor & Destructor Documentation

◆ NodeID() [1/2]

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

Definition at line 61 of file juce_AudioProcessorGraph.h.

◆ NodeID() [2/2]

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

Definition at line 62 of file juce_AudioProcessorGraph.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 67 of file juce_AudioProcessorGraph.h.

◆ operator<()

bool juce::AudioProcessorGraph::NodeID::operator< ( const NodeID other) const
noexcept

Definition at line 68 of file juce_AudioProcessorGraph.h.

◆ operator==()

bool juce::AudioProcessorGraph::NodeID::operator== ( const NodeID other) const
noexcept

Definition at line 66 of file juce_AudioProcessorGraph.h.

Member Data Documentation

◆ uid

uint32 juce::AudioProcessorGraph::NodeID::uid

Definition at line 64 of file juce_AudioProcessorGraph.h.


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