#include <PoolCreateFlag.hpp>
|
| static constexpr auto | from_string (std::string_view sv) |
| |
|
| static constexpr std::array | values = {"with_build", "with_build_overwrite", "with_build_no_overwrite"} |
| |
| static constexpr auto virt::StoragePool::CreateFlag::from_string |
( |
std::string_view |
sv | ) |
|
|
inlinestatic |
| constexpr auto virt::StoragePool::CreateFlag::NORMAL = Underlying::NORMAL |
|
static |
| constexpr std::array virt::StoragePool::CreateFlag::values = {"with_build", "with_build_overwrite", "with_build_no_overwrite"} |
|
staticprotected |
| constexpr auto virt::StoragePool::CreateFlag::WITH_BUILD = Underlying::WITH_BUILD |
|
static |
| constexpr auto virt::StoragePool::CreateFlag::WITH_BUILD_NO_OVERWRITE = Underlying::WITH_BUILD_NO_OVERWRITE |
|
static |
| constexpr auto virt::StoragePool::CreateFlag::WITH_BUILD_OVERWRITE = Underlying::WITH_BUILD_OVERWRITE |
|
static |
The documentation for this class was generated from the following file: