ardour
Public Member Functions | Public Attributes | List of all members
ARDOUR::Bundle::Channel Struct Reference

#include <bundle.h>

Public Member Functions

 Channel (std::string n, DataType t)
 
 Channel (std::string n, DataType t, PortList p)
 
 Channel (std::string n, DataType t, std::string const &p)
 
bool operator== (Channel const &o) const
 

Public Attributes

std::string name
 
DataType type
 
PortList ports
 

Detailed Description

Definition at line 52 of file bundle.h.

Constructor & Destructor Documentation

ARDOUR::Bundle::Channel::Channel ( std::string  n,
DataType  t 
)
inline

Definition at line 53 of file bundle.h.

ARDOUR::Bundle::Channel::Channel ( std::string  n,
DataType  t,
PortList  p 
)
inline

Definition at line 54 of file bundle.h.

ARDOUR::Bundle::Channel::Channel ( std::string  n,
DataType  t,
std::string const &  p 
)
inline

Definition at line 55 of file bundle.h.

Member Function Documentation

bool ARDOUR::Bundle::Channel::operator== ( Channel const &  o) const
inline

Definition at line 59 of file bundle.h.

Member Data Documentation

std::string ARDOUR::Bundle::Channel::name

Definition at line 63 of file bundle.h.

PortList ARDOUR::Bundle::Channel::ports

Definition at line 65 of file bundle.h.

DataType ARDOUR::Bundle::Channel::type

Definition at line 64 of file bundle.h.


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