#include <XMLFlags.hpp>
|
static constexpr auto | from_string (std::string_view sv) |
|
|
static constexpr auto | DEFAULT = Underlying::DEFAULT |
|
static constexpr auto | SECURE = Underlying::SECURE |
|
static constexpr auto | INACTIVE = Underlying::INACTIVE |
|
static constexpr auto | UPDATE_CPU = Underlying::UPDATE_CPU |
|
static constexpr auto | MIGRATABLE = Underlying::MIGRATABLE |
|
|
static constexpr std::array | values = {"secure", "inactive", "update_cpu", "migratable"} |
|
static constexpr auto virt::enums::domain::XMLFlags::from_string |
( |
std::string_view |
sv | ) |
|
|
inlinestatic |
constexpr auto virt::enums::domain::XMLFlags::DEFAULT = Underlying::DEFAULT |
|
static |
constexpr auto virt::enums::domain::XMLFlags::INACTIVE = Underlying::INACTIVE |
|
static |
constexpr auto virt::enums::domain::XMLFlags::MIGRATABLE = Underlying::MIGRATABLE |
|
static |
constexpr auto virt::enums::domain::XMLFlags::SECURE = Underlying::SECURE |
|
static |
constexpr auto virt::enums::domain::XMLFlags::UPDATE_CPU = Underlying::UPDATE_CPU |
|
static |
constexpr std::array virt::enums::domain::XMLFlags::values = {"secure", "inactive", "update_cpu", "migratable"} |
|
staticprotected |
The documentation for this class was generated from the following file: