#include <State.hpp>
|
static constexpr auto | from_string (std::string_view sv) |
|
|
static constexpr auto | NOSTATE = Underlying::NOSTATE |
|
static constexpr auto | RUNNING = Underlying::RUNNING |
|
static constexpr auto | BLOCKED = Underlying::BLOCKED |
|
static constexpr auto | PAUSED = Underlying::PAUSED |
|
static constexpr auto | SHUTDOWN = Underlying::SHUTDOWN |
|
static constexpr auto | SHUTOFF = Underlying::SHUTOFF |
|
static constexpr auto | CRASHED = Underlying::CRASHED |
|
static constexpr auto | PMSUSPENDED = Underlying::PMSUSPENDED |
|
static constexpr auto | ENUM_END = Underlying::ENUM_END |
|
|
static constexpr std::array | values |
|
static constexpr auto virt::enums::domain::State::from_string |
( |
std::string_view |
sv | ) |
|
|
inlinestatic |
constexpr auto virt::enums::domain::State::BLOCKED = Underlying::BLOCKED |
|
static |
constexpr auto virt::enums::domain::State::CRASHED = Underlying::CRASHED |
|
static |
constexpr auto virt::enums::domain::State::ENUM_END = Underlying::ENUM_END |
|
static |
constexpr auto virt::enums::domain::State::NOSTATE = Underlying::NOSTATE |
|
static |
constexpr auto virt::enums::domain::State::PAUSED = Underlying::PAUSED |
|
static |
constexpr auto virt::enums::domain::State::PMSUSPENDED = Underlying::PMSUSPENDED |
|
static |
constexpr auto virt::enums::domain::State::RUNNING = Underlying::RUNNING |
|
static |
constexpr auto virt::enums::domain::State::SHUTDOWN = Underlying::SHUTDOWN |
|
static |
constexpr auto virt::enums::domain::State::SHUTOFF = Underlying::SHUTOFF |
|
static |
constexpr std::array virt::enums::domain::State::values |
|
staticprotected |
Initial value:= {"No State", "Running", "Blocked", "Paused",
"Shutting down", "Shutoff", "Crashed", "Power Management Suspended"}
The documentation for this class was generated from the following file: