TwiceAsNice
2019-02-18
|
This enum class represents the polarity of the pulse. More...
#include <PulsePolarity.h>
Public Member Functions | |
bool | operator== (const PulsePolarity &other) const |
std::string | toString () const |
PulsePolarity () | |
bool | operator== (const PulsePolarity &other) const |
std::string | toString () const |
PulsePolarity () | |
Static Public Member Functions | |
static PulsePolarity | UNKNOWN () |
static PulsePolarity | NORMAL () |
static PulsePolarity | INVERTED () |
static PulsePolarity | UNKNOWN () |
static PulsePolarity | NORMAL () |
static PulsePolarity | INVERTED () |
Private Member Functions | |
PulsePolarity (const std::string &name) | |
PulsePolarity (const std::string &name) | |
Private Attributes | |
std::string | name_ |
This enum class represents the polarity of the pulse.
basda::quantumcomposers::PulsePolarity::PulsePolarity | ( | ) |
|
explicitprivate |
basda::quantumcomposers::PulsePolarity::PulsePolarity | ( | ) |
|
explicitprivate |
|
static |
|
static |
|
static |
|
static |
bool basda::quantumcomposers::PulsePolarity::operator== | ( | const PulsePolarity & | other | ) | const |
bool basda::quantumcomposers::PulsePolarity::operator== | ( | const PulsePolarity & | other | ) | const |
std::string basda::quantumcomposers::PulsePolarity::toString | ( | ) | const |
std::string basda::quantumcomposers::PulsePolarity::toString | ( | ) | const |
|
static |
|
static |
|
private |