#include <DeviceModifyFlag.hpp>
|
| static constexpr auto | from_string (std::string_view sv) |
| |
|
| static constexpr auto | CURRENT = Underlying::CURRENT |
| |
| static constexpr auto | LIVE = Underlying::LIVE |
| |
| static constexpr auto | CONFIG = Underlying::CONFIG |
| |
|
| static constexpr std::array | values = {"live", "config", "force"} |
| |
| static constexpr auto virt::enums::domain::DeviceModifyFlag::from_string |
( |
std::string_view |
sv | ) |
|
|
inlinestatic |
| constexpr auto virt::enums::domain::DeviceModifyFlag::CONFIG = Underlying::CONFIG |
|
static |
| constexpr auto virt::enums::domain::DeviceModifyFlag::CURRENT = Underlying::CURRENT |
|
static |
| constexpr auto virt::enums::domain::DeviceModifyFlag::LIVE = Underlying::LIVE |
|
static |
| constexpr std::array virt::enums::domain::DeviceModifyFlag::values = {"live", "config", "force"} |
|
staticprotected |
The documentation for this class was generated from the following file: