#include <BlockCommitFlag.hpp>
|
static constexpr auto | from_string (std::string_view sv) |
|
|
static constexpr auto | SHALLOW = Underlying::SHALLOW |
|
static constexpr auto | DELETE = Underlying::DELETE |
|
static constexpr auto | ACTIVE = Underlying::ACTIVE |
|
static constexpr auto | RELATIVE = Underlying::RELATIVE |
|
static constexpr auto | BANDWIDTH_BYTES = Underlying::BANDWIDTH_BYTES |
|
|
static constexpr std::array | values = {"shallow", "delete", "active", "relative", "bandwitdh_bytes"} |
|
static constexpr auto virt::enums::domain::BlockCommitFlag::from_string |
( |
std::string_view |
sv | ) |
|
|
inlinestatic |
constexpr auto virt::enums::domain::BlockCommitFlag::ACTIVE = Underlying::ACTIVE |
|
static |
constexpr auto virt::enums::domain::BlockCommitFlag::BANDWIDTH_BYTES = Underlying::BANDWIDTH_BYTES |
|
static |
constexpr auto virt::enums::domain::BlockCommitFlag::DELETE = Underlying::DELETE |
|
static |
constexpr auto virt::enums::domain::BlockCommitFlag::RELATIVE = Underlying::RELATIVE |
|
static |
constexpr auto virt::enums::domain::BlockCommitFlag::SHALLOW = Underlying::SHALLOW |
|
static |
constexpr std::array virt::enums::domain::BlockCommitFlag::values = {"shallow", "delete", "active", "relative", "bandwitdh_bytes"} |
|
staticprotected |
The documentation for this class was generated from the following file: