#include <BlockRebaseFlag.hpp>
|
static constexpr auto | from_string (std::string_view sv) |
|
|
static constexpr auto | SHALLOW = Underlying::SHALLOW |
|
static constexpr auto | REUSE_EXT = Underlying::REUSE_EXT |
|
static constexpr auto | COPY_RAW = Underlying::COPY_RAW |
|
static constexpr auto | COPY = Underlying::COPY |
|
static constexpr auto | RELATIVE = Underlying::RELATIVE |
|
static constexpr auto | COPY_DEV = Underlying::COPY_DEV |
|
static constexpr auto | BANDWIDTH_BYTES = Underlying::BANDWIDTH_BYTES |
|
|
static constexpr std::array | values = {"shallow", "reuse_ext", "copy_raw", "copy", "relative", "copy_dev", "bandwidth_bytes"} |
|
static constexpr auto virt::enums::domain::BlockRebaseFlag::from_string |
( |
std::string_view |
sv | ) |
|
|
inlinestatic |
constexpr auto virt::enums::domain::BlockRebaseFlag::BANDWIDTH_BYTES = Underlying::BANDWIDTH_BYTES |
|
static |
constexpr auto virt::enums::domain::BlockRebaseFlag::COPY = Underlying::COPY |
|
static |
constexpr auto virt::enums::domain::BlockRebaseFlag::COPY_DEV = Underlying::COPY_DEV |
|
static |
constexpr auto virt::enums::domain::BlockRebaseFlag::COPY_RAW = Underlying::COPY_RAW |
|
static |
constexpr auto virt::enums::domain::BlockRebaseFlag::RELATIVE = Underlying::RELATIVE |
|
static |
constexpr auto virt::enums::domain::BlockRebaseFlag::REUSE_EXT = Underlying::REUSE_EXT |
|
static |
constexpr auto virt::enums::domain::BlockRebaseFlag::SHALLOW = Underlying::SHALLOW |
|
static |
constexpr std::array virt::enums::domain::BlockRebaseFlag::values = {"shallow", "reuse_ext", "copy_raw", "copy", "relative", "copy_dev", "bandwidth_bytes"} |
|
staticprotected |
The documentation for this class was generated from the following file: