#include <PoolBuildFlag.hpp>
|
static constexpr auto | from_string (std::string_view sv) |
|
|
static constexpr auto | NEW = Underlying::NEW |
|
static constexpr auto | REPAIR = Underlying::REPAIR |
|
static constexpr auto | RESIZE = Underlying::RESIZE |
|
static constexpr auto | OVERWRITE = Underlying::OVERWRITE |
|
static constexpr auto | NO_OVERWRITE = Underlying::NO_OVERWRITE |
|
|
static constexpr std::array | values = {"repair", "resize", "overwrite", "no_overwrite"} |
|
static constexpr auto virt::StoragePool::BuildFlag::from_string |
( |
std::string_view |
sv | ) |
|
|
inlinestatic |
constexpr auto virt::StoragePool::BuildFlag::NEW = Underlying::NEW |
|
static |
constexpr auto virt::StoragePool::BuildFlag::NO_OVERWRITE = Underlying::NO_OVERWRITE |
|
static |
constexpr auto virt::StoragePool::BuildFlag::OVERWRITE = Underlying::OVERWRITE |
|
static |
constexpr auto virt::StoragePool::BuildFlag::REPAIR = Underlying::REPAIR |
|
static |
constexpr auto virt::StoragePool::BuildFlag::RESIZE = Underlying::RESIZE |
|
static |
constexpr std::array virt::StoragePool::BuildFlag::values = {"repair", "resize", "overwrite", "no_overwrite"} |
|
staticprotected |
The documentation for this class was generated from the following file: