JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::BlockTopology Struct Reference

Describes a set of blocks and the connections between them. More...

#include <juce_Topology.h>

Collaboration diagram for juce::BlockTopology:

Public Member Functions

Block::Ptr getBlockWithUID (Block::UID deviceID)
 
const Block::Ptr getBlockWithUID (Block::UID deviceID) const
 
bool operator!= (const BlockTopology &) const noexcept
 
bool operator== (const BlockTopology &) const noexcept
 

Public Attributes

Block::Array blocks
 
juce::Array< BlockDeviceConnectionconnections
 

Detailed Description

Describes a set of blocks and the connections between them.

{Blocks}

Member Function Documentation

◆ getBlockWithUID() [1/2]

Block::Ptr juce::BlockTopology::getBlockWithUID ( Block::UID  deviceID)
inline

◆ getBlockWithUID() [2/2]

const Block::Ptr juce::BlockTopology::getBlockWithUID ( Block::UID  deviceID) const
inline

◆ operator!=()

bool juce::BlockTopology::operator!= ( const BlockTopology ) const
noexcept

◆ operator==()

bool juce::BlockTopology::operator== ( const BlockTopology ) const
noexcept

Member Data Documentation

◆ blocks

Block::Array juce::BlockTopology::blocks

◆ connections

juce::Array<BlockDeviceConnection> juce::BlockTopology::connections

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