#include <ShutdownFlag.hpp>
|
static constexpr auto | from_string (std::string_view sv) |
|
|
static constexpr auto | DEFAULT = Underlying::DEFAULT |
|
static constexpr auto | ACPI_POWER_BTN = Underlying::ACPI_POWER_BTN |
|
static constexpr auto | GUEST_AGENT = Underlying::GUEST_AGENT |
|
static constexpr auto | INITCTL = Underlying::INITCTL |
|
static constexpr auto | SIGNAL = Underlying::SIGNAL |
|
static constexpr auto | PARAVIRT = Underlying::PARAVIRT |
|
|
static constexpr std::array | values = {"acpi_power_btn", "guest_agent", "initctl", "signal", "paravirt"} |
|
static constexpr auto virt::enums::domain::ShutdownFlag::from_string |
( |
std::string_view |
sv | ) |
|
|
inlinestatic |
constexpr auto virt::enums::domain::ShutdownFlag::ACPI_POWER_BTN = Underlying::ACPI_POWER_BTN |
|
static |
constexpr auto virt::enums::domain::ShutdownFlag::DEFAULT = Underlying::DEFAULT |
|
static |
constexpr auto virt::enums::domain::ShutdownFlag::GUEST_AGENT = Underlying::GUEST_AGENT |
|
static |
constexpr auto virt::enums::domain::ShutdownFlag::INITCTL = Underlying::INITCTL |
|
static |
constexpr auto virt::enums::domain::ShutdownFlag::PARAVIRT = Underlying::PARAVIRT |
|
static |
constexpr auto virt::enums::domain::ShutdownFlag::SIGNAL = Underlying::SIGNAL |
|
static |
constexpr std::array virt::enums::domain::ShutdownFlag::values = {"acpi_power_btn", "guest_agent", "initctl", "signal", "paravirt"} |
|
staticprotected |
The documentation for this class was generated from the following file: