TwiceAsNice
2019-02-18
|
This constant class identifies the available output channels. More...
#include <OutputChannel.h>
Public Member Functions | |
bool | operator== (const OutputChannel &other) const |
std::string | toString () const |
unsigned | number () const |
bool | operator< (const OutputChannel &other) const |
bool | operator== (const OutputChannel &other) const |
std::string | toString () const |
unsigned | number () const |
bool | operator< (const OutputChannel &other) const |
Static Public Member Functions | |
static OutputChannel | A () |
static OutputChannel | B () |
static OutputChannel | C () |
static OutputChannel | D () |
static OutputChannel | E () |
static OutputChannel | F () |
static OutputChannel | G () |
static OutputChannel | H () |
static std::vector< OutputChannel > | values () |
static OutputChannel | A () |
static OutputChannel | B () |
static OutputChannel | C () |
static OutputChannel | D () |
static OutputChannel | E () |
static OutputChannel | F () |
static OutputChannel | G () |
static OutputChannel | H () |
static std::vector< OutputChannel > | values () |
Private Member Functions | |
OutputChannel (const std::string &name, const unsigned number) | |
OutputChannel (const std::string &name, const unsigned number) | |
Private Attributes | |
std::string | name_ |
unsigned | number_ |
This constant class identifies the available output channels.
|
private |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
unsigned basda::quantumcomposers::OutputChannel::number | ( | ) | const |
unsigned basda::quantumcomposers::OutputChannel::number | ( | ) | const |
bool basda::quantumcomposers::OutputChannel::operator< | ( | const OutputChannel & | other | ) | const |
bool basda::quantumcomposers::OutputChannel::operator< | ( | const OutputChannel & | other | ) | const |
bool basda::quantumcomposers::OutputChannel::operator== | ( | const OutputChannel & | other | ) | const |
bool basda::quantumcomposers::OutputChannel::operator== | ( | const OutputChannel & | other | ) | const |
std::string basda::quantumcomposers::OutputChannel::toString | ( | ) | const |
std::string basda::quantumcomposers::OutputChannel::toString | ( | ) | const |
|
static |
|
static |
|
private |
|
private |