#include <Lifecycle.hpp>
|
static constexpr auto | from_string (std::string_view sv) |
|
|
static constexpr auto | POWEROFF = Underlying::POWEROFF |
|
static constexpr auto | REBOOT = Underlying::REBOOT |
|
static constexpr auto | CRASH = Underlying::CRASH |
|
|
static constexpr std::array | values = {"poweroff", "reboot", "crash"} |
|
static constexpr auto virt::enums::domain::Lifecycle::from_string |
( |
std::string_view |
sv | ) |
|
|
inlinestatic |
constexpr auto virt::enums::domain::Lifecycle::CRASH = Underlying::CRASH |
|
static |
constexpr auto virt::enums::domain::Lifecycle::POWEROFF = Underlying::POWEROFF |
|
static |
constexpr auto virt::enums::domain::Lifecycle::REBOOT = Underlying::REBOOT |
|
static |
constexpr std::array virt::enums::domain::Lifecycle::values = {"poweroff", "reboot", "crash"} |
|
staticprotected |
The documentation for this class was generated from the following file: