Ardour  9.0-pre0-582-g084a23a80d
ARDOUR::BundleChannel Class Reference

#include <bundle.h>

Public Member Functions

 BundleChannel ()
 
 BundleChannel (std::shared_ptr< Bundle > b, int c)
 
bool operator== (BundleChannel const &other) const
 
bool operator!= (BundleChannel const &other) const
 

Public Attributes

std::shared_ptr< Bundlebundle
 
int channel
 channel index, or -1 for "all" More...
 

Detailed Description

Definition at line 161 of file bundle.h.

Constructor & Destructor Documentation

◆ BundleChannel() [1/2]

ARDOUR::BundleChannel::BundleChannel ( )
inline

Definition at line 164 of file bundle.h.

◆ BundleChannel() [2/2]

ARDOUR::BundleChannel::BundleChannel ( std::shared_ptr< Bundle b,
int  c 
)
inline

Definition at line 166 of file bundle.h.

Member Function Documentation

◆ operator!=()

bool ARDOUR::BundleChannel::operator!= ( BundleChannel const &  other) const
inline

Definition at line 173 of file bundle.h.

◆ operator==()

bool ARDOUR::BundleChannel::operator== ( BundleChannel const &  other) const
inline

Definition at line 169 of file bundle.h.

Member Data Documentation

◆ bundle

std::shared_ptr<Bundle> ARDOUR::BundleChannel::bundle

Definition at line 177 of file bundle.h.

◆ channel

int ARDOUR::BundleChannel::channel

channel index, or -1 for "all"

Definition at line 178 of file bundle.h.


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