ardour
Public Member Functions | Public Attributes | List of all members
ARDOUR::BundleChannel Class Reference

#include <bundle.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 152 of file bundle.h.

Constructor & Destructor Documentation

ARDOUR::BundleChannel::BundleChannel ( )
inline

Definition at line 155 of file bundle.h.

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

Definition at line 157 of file bundle.h.

Member Function Documentation

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

Definition at line 164 of file bundle.h.

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

Definition at line 160 of file bundle.h.

Member Data Documentation

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

Definition at line 168 of file bundle.h.

int ARDOUR::BundleChannel::channel

channel index, or -1 for "all"

Definition at line 169 of file bundle.h.


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