TwiceAsNice
2019-02-18
|
This constant class represents the available output modes. More...
#include <OutputMode.h>
Public Member Functions | |
OutputMode () | |
bool | operator== (const OutputMode &other) const |
std::string | toString () const |
OutputMode () | |
bool | operator== (const OutputMode &other) const |
std::string | toString () const |
Static Public Member Functions | |
static OutputMode | CONTINUOUS () |
static OutputMode | DUTY_CYCLE () |
static OutputMode | SINGLE_SHOT () |
static OutputMode | UNKNOWN () |
static OutputMode | CONTINUOUS () |
static OutputMode | DUTY_CYCLE () |
static OutputMode | SINGLE_SHOT () |
static OutputMode | UNKNOWN () |
Private Member Functions | |
OutputMode (const std::string &name) | |
OutputMode (const std::string &name) | |
Private Attributes | |
std::string | name_ |
This constant class represents the available output modes.
basda::quantumcomposers::OutputMode::OutputMode | ( | ) |
|
explicitprivate |
basda::quantumcomposers::OutputMode::OutputMode | ( | ) |
|
explicitprivate |
|
static |
|
static |
|
static |
|
static |
bool basda::quantumcomposers::OutputMode::operator== | ( | const OutputMode & | other | ) | const |
bool basda::quantumcomposers::OutputMode::operator== | ( | const OutputMode & | other | ) | const |
|
static |
|
static |
std::string basda::quantumcomposers::OutputMode::toString | ( | ) | const |
std::string basda::quantumcomposers::OutputMode::toString | ( | ) | const |
|
static |
|
static |
|
private |